Html Css Color HEX #9DC5EA Sail

📋 copy color: '#9DC5EA'

red 157 ◦ green 197 ◦ blue 234

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

Shades of Sail #9DC5EA

Tints of Sail #9DC5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.5%

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

R = 26.7%
G = 33.5%
B = 39.8%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DC5EA (or 0x9DC5EA) is known color: Sail. HEX triplet: 9D, C5 and EA. RGB value is (157,197,234). Sum of RGB (Red+Green+Blue) = 157+197+234=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DC5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC5EA is #623A15. Grayscale: #BDBDBD. Windows color (decimal): -6437398 or 15386013. OLE color: 15386013.

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

Color convert

RGB 157 197 234 -
CMYK 0.33 0.16 0 0.08
HSL 208.83º 0.65% 0.77% -
HSV(B) 208.83º 0.33% 0.92% -
XYZ 48.72 53.04 85.51 -
YUV 189.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 157 197 234 0.33 0.16 0 0.08 208.83 0.65 0.77
Hex 9D C5 EA 21 10 0 8 D1 41 4D
Octal 235 305 352 41 20 0 10 321 101 115
Binary 10011101 11000101 11101010 100001 10000 0 1000 11010001 1000001 1001101

Color Harmonies of #9DC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC5EA

Black with #9DC5EA

Text Example


Text Example

White with #9DC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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