Html Css Color HEX #9FD0EA Sail

📋 copy color: '#9FD0EA'

red 159 ◦ green 208 ◦ blue 234

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

Shades of Sail #9FD0EA

Tints of Sail #9FD0EA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.61%

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 26.46%
G = 34.61%
B = 38.94%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FD0EA (or 0x9FD0EA) is known color: Sail. HEX triplet: 9F, D0 and EA. RGB value is (159,208,234). Sum of RGB (Red+Green+Blue) = 159+208+234=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FD0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD0EA is #602F15. Grayscale: #C4C4C4. Windows color (decimal): -6303510 or 15388831. OLE color: 15388831.

HSL color Cylindrical-coordinate representation of color #9FD0EA: hue angle of 200.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FD0EA is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 208 234 -
CMYK 0.32 0.11 0 0.08
HSL 200.8º 0.64% 0.77% -
HSV(B) 200.8º 0.32% 0.92% -
XYZ 51.71 58.42 86.39 -
YUV 196.31 149.27 101.39 -
System Red Green Blue C M Y K H S L
Decimal 159 208 234 0.32 0.11 0 0.08 200.8 0.64 0.77
Hex 9F D0 EA 20 B 0 8 C9 40 4D
Octal 237 320 352 40 13 0 10 311 100 115
Binary 10011111 11010000 11101010 100000 1011 0 1000 11001001 1000000 1001101

Color Harmonies of #9FD0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD0EA

Black with #9FD0EA

Text Example


Text Example

White with #9FD0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,208,234); }

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

background-color css

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

 a { background-color: rgb(159,208,234); }

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

border-color css

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

 span { border-color: rgb(159,208,234); }

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