Html Css Color HEX #9DCCE9 Sail

📋 copy color: '#9DCCE9'

red 157 ◦ green 204 ◦ blue 233

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

Shades of Sail #9DCCE9

Tints of Sail #9DCCE9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.34%

 BLUE value IS 233 (91.41% from 255) = 39.23%

R = 26.43%
G = 34.34%
B = 39.23%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9DCCE9 (or 0x9DCCE9) is known color: Sail. HEX triplet: 9D, CC and E9. RGB value is (157,204,233). Sum of RGB (Red+Green+Blue) = 157+204+233=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 233 - color contains mainly: blue. Hex color #9DCCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCCE9 is #623316. Grayscale: #C1C1C1. Windows color (decimal): -6435607 or 15322269. OLE color: 15322269.

HSL color Cylindrical-coordinate representation of color #9DCCE9: hue angle of 202.89º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DCCE9 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 157 204 233 -
CMYK 0.33 0.12 0 0.09
HSL 202.89º 0.63% 0.76% -
HSV(B) 202.89º 0.33% 0.91% -
XYZ 50.21 56.24 85.3 -
YUV 193.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 157 204 233 0.33 0.12 0 0.09 202.89 0.63 0.76
Hex 9D CC E9 21 C 0 9 CB 3F 4C
Octal 235 314 351 41 14 0 11 313 77 114
Binary 10011101 11001100 11101001 100001 1100 0 1001 11001011 111111 1001100

Color Harmonies of #9DCCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCCE9

Black with #9DCCE9

Text Example


Text Example

White with #9DCCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,204,233); }

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

background-color css

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

 a { background-color: rgb(157,204,233); }

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

border-color css

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

 span { border-color: rgb(157,204,233); }

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