Html Css Color HEX #9DC2EF Sail

📋 copy color: '#9DC2EF'

red 157 ◦ green 194 ◦ blue 239

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

Shades of Sail #9DC2EF

Tints of Sail #9DC2EF

RGB

 RED value IS 157 (61.72% from 255) = 26.61%

 GREEN value IS 194 (76.17% from 255) = 32.88%

 BLUE value IS 239 (93.75% from 255) = 40.51%

R = 26.61%
G = 32.88%
B = 40.51%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9DC2EF (or 0x9DC2EF) is known color: Sail. HEX triplet: 9D, C2 and EF. RGB value is (157,194,239). Sum of RGB (Red+Green+Blue) = 157+194+239=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DC2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC2EF is #623D10. Grayscale: #BBBBBB. Windows color (decimal): -6438161 or 15712925. OLE color: 15712925.

HSL color Cylindrical-coordinate representation of color #9DC2EF: hue angle of 212.93º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DC2EF is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 194 239 -
CMYK 0.34 0.19 0 0.06
HSL 212.93º 0.72% 0.78% -
HSV(B) 212.93º 0.34% 0.94% -
XYZ 48.78 51.98 89.12 -
YUV 188.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 157 194 239 0.34 0.19 0 0.06 212.93 0.72 0.78
Hex 9D C2 EF 22 13 0 6 D5 48 4E
Octal 235 302 357 42 23 0 6 325 110 116
Binary 10011101 11000010 11101111 100010 10011 0 110 11010101 1001000 1001110

Color Harmonies of #9DC2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC2EF

Black with #9DC2EF

Text Example


Text Example

White with #9DC2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,194,239); }

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

background-color css

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

 a { background-color: rgb(157,194,239); }

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

border-color css

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

 span { border-color: rgb(157,194,239); }

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