Html Css Color HEX #9FD2EC Sail

📋 copy color: '#9FD2EC'

red 159 ◦ green 210 ◦ blue 236

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

Shades of Sail #9FD2EC

Tints of Sail #9FD2EC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.71%

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

R = 26.28%
G = 34.71%
B = 39.01%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FD2EC (or 0x9FD2EC) is known color: Sail. HEX triplet: 9F, D2 and EC. RGB value is (159,210,236). Sum of RGB (Red+Green+Blue) = 159+210+236=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FD2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD2EC is #602D13. Grayscale: #C5C5C5. Windows color (decimal): -6302996 or 15520415. OLE color: 15520415.

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

Color convert

RGB 159 210 236 -
CMYK 0.33 0.11 0 0.07
HSL 200.26º 0.67% 0.77% -
HSV(B) 200.26º 0.33% 0.93% -
XYZ 52.48 59.52 88.08 -
YUV 197.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 159 210 236 0.33 0.11 0 0.07 200.26 0.67 0.77
Hex 9F D2 EC 21 B 0 7 C8 43 4D
Octal 237 322 354 41 13 0 7 310 103 115
Binary 10011111 11010010 11101100 100001 1011 0 111 11001000 1000011 1001101

Color Harmonies of #9FD2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD2EC

Black with #9FD2EC

Text Example


Text Example

White with #9FD2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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