Html Css Color HEX #9FD2ED Sail

📋 copy color: '#9FD2ED'

red 159 ◦ green 210 ◦ blue 237

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

Shades of Sail #9FD2ED

Tints of Sail #9FD2ED

RGB

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

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

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

R = 26.24%
G = 34.65%
B = 39.11%

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

#9FD2ED (or 0x9FD2ED) is known color: Sail. HEX triplet: 9F, D2 and ED. RGB value is (159,210,237). Sum of RGB (Red+Green+Blue) = 159+210+237=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FD2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD2ED is #602D12. Grayscale: #C5C5C5. Windows color (decimal): -6302995 or 15585951. OLE color: 15585951.

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

Color convert

RGB 159 210 237 -
CMYK 0.33 0.11 0 0.07
HSL 200.77º 0.68% 0.78% -
HSV(B) 200.77º 0.33% 0.93% -
XYZ 52.63 59.58 88.85 -
YUV 197.83 150.1 100.3 -
System Red Green Blue C M Y K H S L
Decimal 159 210 237 0.33 0.11 0 0.07 200.77 0.68 0.78
Hex 9F D2 ED 21 B 0 7 C9 44 4E
Octal 237 322 355 41 13 0 7 311 104 116
Binary 10011111 11010010 11101101 100001 1011 0 111 11001001 1000100 1001110

Color Harmonies of #9FD2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD2ED

Black with #9FD2ED

Text Example


Text Example

White with #9FD2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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