Html Css Color HEX #9FD6ED Sail

📋 copy color: '#9FD6ED'

red 159 ◦ green 214 ◦ blue 237

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

Shades of Sail #9FD6ED

Tints of Sail #9FD6ED

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.08%

 BLUE value IS 237 (92.97% from 255) = 38.85%

R = 26.07%
G = 35.08%
B = 38.85%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FD6ED (or 0x9FD6ED) is known color: Sail. HEX triplet: 9F, D6 and ED. RGB value is (159,214,237). Sum of RGB (Red+Green+Blue) = 159+214+237=610 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.07% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FD6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD6ED is #602912. Grayscale: #C8C8C8. Windows color (decimal): -6301971 or 15586975. OLE color: 15586975.

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

Color convert

RGB 159 214 237 -
CMYK 0.33 0.10 0 0.07
HSL 197.69º 0.68% 0.78% -
HSV(B) 197.69º 0.33% 0.93% -
XYZ 53.63 61.58 89.18 -
YUV 200.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 159 214 237 0.33 0.10 0 0.07 197.69 0.68 0.78
Hex 9F D6 ED 21 A 0 7 C6 44 4E
Octal 237 326 355 41 12 0 7 306 104 116
Binary 10011111 11010110 11101101 100001 1010 0 111 11000110 1000100 1001110

Color Harmonies of #9FD6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD6ED

Black with #9FD6ED

Text Example


Text Example

White with #9FD6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,214,237); }

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

background-color css

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

 a { background-color: rgb(159,214,237); }

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

border-color css

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

 span { border-color: rgb(159,214,237); }

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