Html Css Color HEX #9FCEE0 French Pass

📋 copy color: '#9FCEE0'

red 159 ◦ green 206 ◦ blue 224

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

Shades of French Pass #9FCEE0

Tints of French Pass #9FCEE0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.97%

 BLUE value IS 224 (87.89% from 255) = 38.03%

R = 26.99%
G = 34.97%
B = 38.03%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9FCEE0 (or 0x9FCEE0) is known color: French Pass. HEX triplet: 9F, CE and E0. RGB value is (159,206,224). Sum of RGB (Red+Green+Blue) = 159+206+224=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FCEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEE0 is #60311F. Grayscale: #C1C1C1. Windows color (decimal): -6304032 or 14732959. OLE color: 14732959.

HSL color Cylindrical-coordinate representation of color #9FCEE0: hue angle of 196.62º degrees, saturation: 0.51, 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 #9FCEE0 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 206 224 -
CMYK 0.29 0.08 0 0.12
HSL 196.62º 0.51% 0.75% -
HSV(B) 196.62º 0.29% 0.88% -
XYZ 49.82 56.9 78.88 -
YUV 194 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 159 206 224 0.29 0.08 0 0.12 196.62 0.51 0.75
Hex 9F CE E0 1D 8 0 C C5 33 4B
Octal 237 316 340 35 10 0 14 305 63 113
Binary 10011111 11001110 11100000 11101 1000 0 1100 11000101 110011 1001011

Color Harmonies of #9FCEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEE0

Black with #9FCEE0

Text Example


Text Example

White with #9FCEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,206,224); }

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

background-color css

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

 a { background-color: rgb(159,206,224); }

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

border-color css

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

 span { border-color: rgb(159,206,224); }

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