Html Css Color HEX #9DC6EF Sail

📋 copy color: '#9DC6EF'

red 157 ◦ green 198 ◦ blue 239

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

Shades of Sail #9DC6EF

Tints of Sail #9DC6EF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.33%

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

R = 26.43%
G = 33.33%
B = 40.24%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9DC6EF (or 0x9DC6EF) is known color: Sail. HEX triplet: 9D, C6 and EF. RGB value is (157,198,239). Sum of RGB (Red+Green+Blue) = 157+198+239=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DC6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC6EF is #623910. Grayscale: #BEBEBE. Windows color (decimal): -6437137 or 15713949. OLE color: 15713949.

HSL color Cylindrical-coordinate representation of color #9DC6EF: hue angle of 210º 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 #9DC6EF is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 198 239 -
CMYK 0.34 0.17 0 0.06
HSL 210º 0.72% 0.78% -
HSV(B) 210º 0.34% 0.94% -
XYZ 49.68 53.79 89.43 -
YUV 190.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 157 198 239 0.34 0.17 0 0.06 210 0.72 0.78
Hex 9D C6 EF 22 11 0 6 D2 48 4E
Octal 235 306 357 42 21 0 6 322 110 116
Binary 10011101 11000110 11101111 100010 10001 0 110 11010010 1001000 1001110

Color Harmonies of #9DC6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC6EF

Black with #9DC6EF

Text Example


Text Example

White with #9DC6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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