Html Css Color HEX #9CCBEA Sail

📋 copy color: '#9CCBEA'

red 156 ◦ green 203 ◦ blue 234

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

Shades of Sail #9CCBEA

Tints of Sail #9CCBEA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.23%

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

R = 26.31%
G = 34.23%
B = 39.46%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9CCBEA (or 0x9CCBEA) is known color: Sail. HEX triplet: 9C, CB and EA. RGB value is (156,203,234). Sum of RGB (Red+Green+Blue) = 156+203+234=593 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.31% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CCBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCBEA is #633415. Grayscale: #C0C0C0. Windows color (decimal): -6501398 or 15387548. OLE color: 15387548.

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

Color convert

RGB 156 203 234 -
CMYK 0.33 0.13 0 0.08
HSL 203.85º 0.65% 0.76% -
HSV(B) 203.85º 0.33% 0.92% -
XYZ 49.92 55.72 85.97 -
YUV 192.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 156 203 234 0.33 0.13 0 0.08 203.85 0.65 0.76
Hex 9C CB EA 21 D 0 8 CC 41 4C
Octal 234 313 352 41 15 0 10 314 101 114
Binary 10011100 11001011 11101010 100001 1101 0 1000 11001100 1000001 1001100

Color Harmonies of #9CCBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCBEA

Black with #9CCBEA

Text Example


Text Example

White with #9CCBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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