Html Css Color HEX #9CCDEC Sail

📋 copy color: '#9CCDEC'

red 156 ◦ green 205 ◦ blue 236

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

Shades of Sail #9CCDEC

Tints of Sail #9CCDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.34%

 BLUE value IS 236 (92.58% from 255) = 39.53%

R = 26.13%
G = 34.34%
B = 39.53%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9CCDEC (or 0x9CCDEC) is known color: Sail. HEX triplet: 9C, CD and EC. RGB value is (156,205,236). Sum of RGB (Red+Green+Blue) = 156+205+236=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CCDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCDEC is #633213. Grayscale: #C1C1C1. Windows color (decimal): -6500884 or 15519132. OLE color: 15519132.

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

Color convert

RGB 156 205 236 -
CMYK 0.34 0.13 0 0.07
HSL 203.25º 0.68% 0.77% -
HSV(B) 203.25º 0.34% 0.93% -
XYZ 50.68 56.79 87.65 -
YUV 193.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 156 205 236 0.34 0.13 0 0.07 203.25 0.68 0.77
Hex 9C CD EC 22 D 0 7 CB 44 4D
Octal 234 315 354 42 15 0 7 313 104 115
Binary 10011100 11001101 11101100 100010 1101 0 111 11001011 1000100 1001101

Color Harmonies of #9CCDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCDEC

Black with #9CCDEC

Text Example


Text Example

White with #9CCDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,205,236); }

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

background-color css

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

 a { background-color: rgb(156,205,236); }

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

border-color css

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

 span { border-color: rgb(156,205,236); }

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