Html Css Color HEX #9FD4EC Sail

📋 copy color: '#9FD4EC'

red 159 ◦ green 212 ◦ blue 236

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

Shades of Sail #9FD4EC

Tints of Sail #9FD4EC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.93%

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

R = 26.19%
G = 34.93%
B = 38.88%

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

#9FD4EC (or 0x9FD4EC) is known color: Sail. HEX triplet: 9F, D4 and EC. RGB value is (159,212,236). Sum of RGB (Red+Green+Blue) = 159+212+236=607 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.19% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FD4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD4EC is #602B13. Grayscale: #C6C6C6. Windows color (decimal): -6302484 or 15520927. OLE color: 15520927.

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

Color convert

RGB 159 212 236 -
CMYK 0.33 0.10 0 0.07
HSL 198.7º 0.67% 0.77% -
HSV(B) 198.7º 0.33% 0.93% -
XYZ 52.98 60.51 88.24 -
YUV 198.89 148.94 99.55 -
System Red Green Blue C M Y K H S L
Decimal 159 212 236 0.33 0.10 0 0.07 198.7 0.67 0.77
Hex 9F D4 EC 21 A 0 7 C7 43 4D
Octal 237 324 354 41 12 0 7 307 103 115
Binary 10011111 11010100 11101100 100001 1010 0 111 11000111 1000011 1001101

Color Harmonies of #9FD4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD4EC

Black with #9FD4EC

Text Example


Text Example

White with #9FD4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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