Html Css Color HEX #9FCAEC Sail

📋 copy color: '#9FCAEC'

red 159 ◦ green 202 ◦ blue 236

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

Shades of Sail #9FCAEC

Tints of Sail #9FCAEC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.84%

 BLUE value IS 236 (92.58% from 255) = 39.53%

R = 26.63%
G = 33.84%
B = 39.53%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FCAEC (or 0x9FCAEC) is known color: Sail. HEX triplet: 9F, CA and EC. RGB value is (159,202,236). Sum of RGB (Red+Green+Blue) = 159+202+236=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FCAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCAEC is #603513. Grayscale: #C0C0C0. Windows color (decimal): -6305044 or 15518367. OLE color: 15518367.

HSL color Cylindrical-coordinate representation of color #9FCAEC: hue angle of 206.49º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FCAEC is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 202 236 -
CMYK 0.33 0.14 0 0.07
HSL 206.49º 0.67% 0.77% -
HSV(B) 206.49º 0.33% 0.93% -
XYZ 50.56 55.67 87.44 -
YUV 193.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 159 202 236 0.33 0.14 0 0.07 206.49 0.67 0.77
Hex 9F CA EC 21 E 0 7 CE 43 4D
Octal 237 312 354 41 16 0 7 316 103 115
Binary 10011111 11001010 11101100 100001 1110 0 111 11001110 1000011 1001101

Color Harmonies of #9FCAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCAEC

Black with #9FCAEC

Text Example


Text Example

White with #9FCAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,202,236); }

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

background-color css

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

 a { background-color: rgb(159,202,236); }

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

border-color css

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

 span { border-color: rgb(159,202,236); }

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