Html Css Color HEX #9FCDE1 French Pass

📋 copy color: '#9FCDE1'

red 159 ◦ green 205 ◦ blue 225

#9FCDE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Pass #9FCDE1

Tints of French Pass #9FCDE1

RGB

 RED value IS 159 (62.5% from 255) = 26.99%

 GREEN value IS 205 (80.47% from 255) = 34.8%

 BLUE value IS 225 (88.28% from 255) = 38.2%

R = 26.99%
G = 34.8%
B = 38.2%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9FCDE1 (or 0x9FCDE1) is known color: French Pass. HEX triplet: 9F, CD and E1. RGB value is (159,205,225). Sum of RGB (Red+Green+Blue) = 159+205+225=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #9FCDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDE1 is #60321E. Grayscale: #C1C1C1. Windows color (decimal): -6304287 or 14798239. OLE color: 14798239.

HSL color Cylindrical-coordinate representation of color #9FCDE1: hue angle of 198.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FCDE1 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 205 225 -
CMYK 0.29 0.09 0 0.12
HSL 198.18º 0.52% 0.75% -
HSV(B) 198.18º 0.29% 0.88% -
XYZ 49.72 56.47 79.51 -
YUV 193.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 159 205 225 0.29 0.09 0 0.12 198.18 0.52 0.75
Hex 9F CD E1 1D 9 0 C C6 34 4B
Octal 237 315 341 35 11 0 14 306 64 113
Binary 10011111 11001101 11100001 11101 1001 0 1100 11000110 110100 1001011

Color Harmonies of #9FCDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCDE1

Black with #9FCDE1

Text Example


Text Example

White with #9FCDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FCDE1; }

 p { color: rgb(159,205,225); }

 H1.HeaderClassName
 {
   color: #9FCDE1;
 }
 .AnyTagClassName
 {
   color: #9FCDE1;
 }
</style>

background-color css

<style>
 a { background-color: #9FCDE1; }

 a { background-color: rgb(159,205,225); }

 div.DivClassName
 {
   background-color: #9FCDE1;
 }
 .BgClassName
 {
   background-color: #9FCDE1;
 }
</style>

border-color css

<style>
 span { border-color: #9FCDE1; }

 span { border-color: rgb(159,205,225); }

 td.TdClassName
 {
   border-color: #9FCDE1;
 }
 .TagClassName
 {
   border-color: #9FCDE1;
 }
</style>