Html Css Color HEX #9FCBE0 French Pass

📋 copy color: '#9FCBE0'

red 159 ◦ green 203 ◦ blue 224

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

Shades of French Pass #9FCBE0

Tints of French Pass #9FCBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.64%

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

R = 27.13%
G = 34.64%
B = 38.23%

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

#9FCBE0 (or 0x9FCBE0) is known color: French Pass. HEX triplet: 9F, CB and E0. RGB value is (159,203,224). Sum of RGB (Red+Green+Blue) = 159+203+224=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FCBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCBE0 is #60341F. Grayscale: #C0C0C0. Windows color (decimal): -6304800 or 14732191. OLE color: 14732191.

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

Color convert

RGB 159 203 224 -
CMYK 0.29 0.09 0 0.12
HSL 199.38º 0.51% 0.75% -
HSV(B) 199.38º 0.29% 0.88% -
XYZ 49.11 55.46 78.64 -
YUV 192.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 159 203 224 0.29 0.09 0 0.12 199.38 0.51 0.75
Hex 9F CB E0 1D 9 0 C C7 33 4B
Octal 237 313 340 35 11 0 14 307 63 113
Binary 10011111 11001011 11100000 11101 1001 0 1100 11000111 110011 1001011

Color Harmonies of #9FCBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCBE0

Black with #9FCBE0

Text Example


Text Example

White with #9FCBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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