Html Css Color HEX #9CCAEC Sail

📋 copy color: '#9CCAEC'

red 156 ◦ green 202 ◦ blue 236

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

Shades of Sail #9CCAEC

Tints of Sail #9CCAEC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.01%

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

R = 26.26%
G = 34.01%
B = 39.73%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9CCAEC (or 0x9CCAEC) is known color: Sail. HEX triplet: 9C, CA and EC. RGB value is (156,202,236). Sum of RGB (Red+Green+Blue) = 156+202+236=594 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.26% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CCAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCAEC is #633513. Grayscale: #BFBFBF. Windows color (decimal): -6501652 or 15518364. OLE color: 15518364.

HSL color Cylindrical-coordinate representation of color #9CCAEC: hue angle of 205.5º 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 #9CCAEC is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 202 236 -
CMYK 0.34 0.14 0 0.07
HSL 205.5º 0.68% 0.77% -
HSV(B) 205.5º 0.34% 0.93% -
XYZ 49.97 55.37 87.41 -
YUV 192.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 156 202 236 0.34 0.14 0 0.07 205.5 0.68 0.77
Hex 9C CA EC 22 E 0 7 CE 44 4D
Octal 234 312 354 42 16 0 7 316 104 115
Binary 10011100 11001010 11101100 100010 1110 0 111 11001110 1000100 1001101

Color Harmonies of #9CCAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCAEC

Black with #9CCAEC

Text Example


Text Example

White with #9CCAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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