Html Css Color HEX #9CCCEB Sail

📋 copy color: '#9CCCEB'

red 156 ◦ green 204 ◦ blue 235

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

Shades of Sail #9CCCEB

Tints of Sail #9CCCEB

RGB

 RED value IS 156 (61.33% from 255) = 26.22%

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

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

R = 26.22%
G = 34.29%
B = 39.5%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9CCCEB (or 0x9CCCEB) is known color: Sail. HEX triplet: 9C, CC and EB. RGB value is (156,204,235). Sum of RGB (Red+Green+Blue) = 156+204+235=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 204 (80.08% from 255 or 34.29% 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 #9CCCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCCEB is #633314. Grayscale: #C1C1C1. Windows color (decimal): -6501141 or 15453340. OLE color: 15453340.

HSL color Cylindrical-coordinate representation of color #9CCCEB: hue angle of 203.54º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CCCEB is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 204 235 -
CMYK 0.34 0.13 0 0.08
HSL 203.54º 0.66% 0.77% -
HSV(B) 203.54º 0.34% 0.92% -
XYZ 50.3 56.25 86.8 -
YUV 193.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 156 204 235 0.34 0.13 0 0.08 203.54 0.66 0.77
Hex 9C CC EB 22 D 0 8 CC 42 4D
Octal 234 314 353 42 15 0 10 314 102 115
Binary 10011100 11001100 11101011 100010 1101 0 1000 11001100 1000010 1001101

Color Harmonies of #9CCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCCEB

Black with #9CCCEB

Text Example


Text Example

White with #9CCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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