Html Css Color HEX #9DCBEA Sail

📋 copy color: '#9DCBEA'

red 157 ◦ green 203 ◦ blue 234

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

Shades of Sail #9DCBEA

Tints of Sail #9DCBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.39%

R = 26.43%
G = 34.18%
B = 39.39%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DCBEA (or 0x9DCBEA) is known color: Sail. HEX triplet: 9D, CB and EA. RGB value is (157,203,234). Sum of RGB (Red+Green+Blue) = 157+203+234=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DCBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCBEA is #623415. Grayscale: #C0C0C0. Windows color (decimal): -6435862 or 15387549. OLE color: 15387549.

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

Color convert

RGB 157 203 234 -
CMYK 0.33 0.13 0 0.08
HSL 204.16º 0.65% 0.77% -
HSV(B) 204.16º 0.33% 0.92% -
XYZ 50.11 55.82 85.98 -
YUV 192.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 157 203 234 0.33 0.13 0 0.08 204.16 0.65 0.77
Hex 9D CB EA 21 D 0 8 CC 41 4D
Octal 235 313 352 41 15 0 10 314 101 115
Binary 10011101 11001011 11101010 100001 1101 0 1000 11001100 1000001 1001101

Color Harmonies of #9DCBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCBEA

Black with #9DCBEA

Text Example


Text Example

White with #9DCBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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