Html Css Color HEX #9DCCEB Sail

📋 copy color: '#9DCCEB'

red 157 ◦ green 204 ◦ blue 235

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

Shades of Sail #9DCCEB

Tints of Sail #9DCCEB

RGB

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

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

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

R = 26.34%
G = 34.23%
B = 39.43%

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

#9DCCEB (or 0x9DCCEB) is known color: Sail. HEX triplet: 9D, CC and EB. RGB value is (157,204,235). Sum of RGB (Red+Green+Blue) = 157+204+235=596 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.34% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DCCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCCEB is #623314. Grayscale: #C1C1C1. Windows color (decimal): -6435605 or 15453341. OLE color: 15453341.

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

Color convert

RGB 157 204 235 -
CMYK 0.33 0.13 0 0.08
HSL 203.85º 0.66% 0.77% -
HSV(B) 203.85º 0.33% 0.92% -
XYZ 50.49 56.35 86.81 -
YUV 193.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 157 204 235 0.33 0.13 0 0.08 203.85 0.66 0.77
Hex 9D CC EB 21 D 0 8 CC 42 4D
Octal 235 314 353 41 15 0 10 314 102 115
Binary 10011101 11001100 11101011 100001 1101 0 1000 11001100 1000010 1001101

Color Harmonies of #9DCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCCEB

Black with #9DCCEB

Text Example


Text Example

White with #9DCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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