Html Css Color HEX #9FCFEC Sail

📋 copy color: '#9FCFEC'

red 159 ◦ green 207 ◦ blue 236

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

Shades of Sail #9FCFEC

Tints of Sail #9FCFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.39%

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

R = 26.41%
G = 34.39%
B = 39.2%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FCFEC (or 0x9FCFEC) is known color: Sail. HEX triplet: 9F, CF and EC. RGB value is (159,207,236). Sum of RGB (Red+Green+Blue) = 159+207+236=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FCFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCFEC is #603013. Grayscale: #C3C3C3. Windows color (decimal): -6303764 or 15519647. OLE color: 15519647.

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

Color convert

RGB 159 207 236 -
CMYK 0.33 0.12 0 0.07
HSL 202.6º 0.67% 0.77% -
HSV(B) 202.6º 0.33% 0.93% -
XYZ 51.75 58.05 87.83 -
YUV 195.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 159 207 236 0.33 0.12 0 0.07 202.6 0.67 0.77
Hex 9F CF EC 21 C 0 7 CB 43 4D
Octal 237 317 354 41 14 0 7 313 103 115
Binary 10011111 11001111 11101100 100001 1100 0 111 11001011 1000011 1001101

Color Harmonies of #9FCFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCFEC

Black with #9FCFEC

Text Example


Text Example

White with #9FCFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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