Html Css Color HEX #9CC8EA Sail

📋 copy color: '#9CC8EA'

red 156 ◦ green 200 ◦ blue 234

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

Shades of Sail #9CC8EA

Tints of Sail #9CC8EA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.9%

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

R = 26.44%
G = 33.9%
B = 39.66%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9CC8EA (or 0x9CC8EA) is known color: Sail. HEX triplet: 9C, C8 and EA. RGB value is (156,200,234). Sum of RGB (Red+Green+Blue) = 156+200+234=590 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.44% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CC8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC8EA is #633715. Grayscale: #BEBEBE. Windows color (decimal): -6502166 or 15386780. OLE color: 15386780.

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

Color convert

RGB 156 200 234 -
CMYK 0.33 0.15 0 0.08
HSL 206.15º 0.65% 0.76% -
HSV(B) 206.15º 0.33% 0.92% -
XYZ 49.22 54.32 85.73 -
YUV 190.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 156 200 234 0.33 0.15 0 0.08 206.15 0.65 0.76
Hex 9C C8 EA 21 F 0 8 CE 41 4C
Octal 234 310 352 41 17 0 10 316 101 114
Binary 10011100 11001000 11101010 100001 1111 0 1000 11001110 1000001 1001100

Color Harmonies of #9CC8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC8EA

Black with #9CC8EA

Text Example


Text Example

White with #9CC8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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