Html Css Color HEX #9CC5EA Sail

📋 copy color: '#9CC5EA'

red 156 ◦ green 197 ◦ blue 234

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

Shades of Sail #9CC5EA

Tints of Sail #9CC5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.56%

 BLUE value IS 234 (91.8% from 255) = 39.86%

R = 26.58%
G = 33.56%
B = 39.86%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9CC5EA (or 0x9CC5EA) is known color: Sail. HEX triplet: 9C, C5 and EA. RGB value is (156,197,234). Sum of RGB (Red+Green+Blue) = 156+197+234=587 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.58% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CC5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC5EA is #633A15. Grayscale: #BCBCBC. Windows color (decimal): -6502934 or 15386012. OLE color: 15386012.

HSL color Cylindrical-coordinate representation of color #9CC5EA: hue angle of 208.46º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CC5EA is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 197 234 -
CMYK 0.33 0.16 0 0.08
HSL 208.46º 0.65% 0.76% -
HSV(B) 208.46º 0.33% 0.92% -
XYZ 48.53 52.94 85.5 -
YUV 188.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 156 197 234 0.33 0.16 0 0.08 208.46 0.65 0.76
Hex 9C C5 EA 21 10 0 8 D0 41 4C
Octal 234 305 352 41 20 0 10 320 101 114
Binary 10011100 11000101 11101010 100001 10000 0 1000 11010000 1000001 1001100

Color Harmonies of #9CC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC5EA

Black with #9CC5EA

Text Example


Text Example

White with #9CC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,197,234); }

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

background-color css

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

 a { background-color: rgb(156,197,234); }

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

border-color css

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

 span { border-color: rgb(156,197,234); }

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