Html Css Color HEX #9DCEEB Sail

📋 copy color: '#9DCEEB'

red 157 ◦ green 206 ◦ blue 235

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

Shades of Sail #9DCEEB

Tints of Sail #9DCEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.45%

 BLUE value IS 235 (92.19% from 255) = 39.3%

R = 26.25%
G = 34.45%
B = 39.3%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DCEEB (or 0x9DCEEB) is known color: Sail. HEX triplet: 9D, CE and EB. RGB value is (157,206,235). Sum of RGB (Red+Green+Blue) = 157+206+235=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DCEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCEEB is #623114. Grayscale: #C2C2C2. Windows color (decimal): -6435093 or 15453853. OLE color: 15453853.

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

Color convert

RGB 157 206 235 -
CMYK 0.33 0.12 0 0.08
HSL 202.31º 0.66% 0.77% -
HSV(B) 202.31º 0.33% 0.92% -
XYZ 50.97 57.31 86.97 -
YUV 194.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 157 206 235 0.33 0.12 0 0.08 202.31 0.66 0.77
Hex 9D CE EB 21 C 0 8 CA 42 4D
Octal 235 316 353 41 14 0 10 312 102 115
Binary 10011101 11001110 11101011 100001 1100 0 1000 11001010 1000010 1001101

Color Harmonies of #9DCEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCEEB

Black with #9DCEEB

Text Example


Text Example

White with #9DCEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,206,235); }

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

background-color css

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

 a { background-color: rgb(157,206,235); }

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

border-color css

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

 span { border-color: rgb(157,206,235); }

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