Html Css Color HEX #9DCBEB Sail

📋 copy color: '#9DCBEB'

red 157 ◦ green 203 ◦ blue 235

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

Shades of Sail #9DCBEB

Tints of Sail #9DCBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.12%

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

R = 26.39%
G = 34.12%
B = 39.5%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DCBEB (or 0x9DCBEB) is known color: Sail. HEX triplet: 9D, CB and EB. RGB value is (157,203,235). Sum of RGB (Red+Green+Blue) = 157+203+235=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DCBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCBEB is #623414. Grayscale: #C0C0C0. Windows color (decimal): -6435861 or 15453085. OLE color: 15453085.

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

Color convert

RGB 157 203 235 -
CMYK 0.33 0.14 0 0.08
HSL 204.62º 0.66% 0.77% -
HSV(B) 204.62º 0.33% 0.92% -
XYZ 50.26 55.88 86.73 -
YUV 192.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 157 203 235 0.33 0.14 0 0.08 204.62 0.66 0.77
Hex 9D CB EB 21 E 0 8 CD 42 4D
Octal 235 313 353 41 16 0 10 315 102 115
Binary 10011101 11001011 11101011 100001 1110 0 1000 11001101 1000010 1001101

Color Harmonies of #9DCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCBEB

Black with #9DCBEB

Text Example


Text Example

White with #9DCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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