Html Css Color HEX #9CCBEB Sail

📋 copy color: '#9CCBEB'

red 156 ◦ green 203 ◦ blue 235

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

Shades of Sail #9CCBEB

Tints of Sail #9CCBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.56%

R = 26.26%
G = 34.18%
B = 39.56%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9CCBEB (or 0x9CCBEB) is known color: Sail. HEX triplet: 9C, CB and EB. RGB value is (156,203,235). Sum of RGB (Red+Green+Blue) = 156+203+235=594 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.26% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CCBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCBEB is #633414. Grayscale: #C0C0C0. Windows color (decimal): -6501397 or 15453084. OLE color: 15453084.

HSL color Cylindrical-coordinate representation of color #9CCBEB: hue angle of 204.3º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CCBEB is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 203 235 -
CMYK 0.34 0.14 0 0.08
HSL 204.3º 0.66% 0.77% -
HSV(B) 204.3º 0.34% 0.92% -
XYZ 50.06 55.78 86.72 -
YUV 192.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 156 203 235 0.34 0.14 0 0.08 204.3 0.66 0.77
Hex 9C CB EB 22 E 0 8 CC 42 4D
Octal 234 313 353 42 16 0 10 314 102 115
Binary 10011100 11001011 11101011 100010 1110 0 1000 11001100 1000010 1001101

Color Harmonies of #9CCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCBEB

Black with #9CCBEB

Text Example


Text Example

White with #9CCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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