Html Css Color HEX #9CCBEE Sail

📋 copy color: '#9CCBEE'

red 156 ◦ green 203 ◦ blue 238

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

Shades of Sail #9CCBEE

Tints of Sail #9CCBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.87%

R = 26.13%
G = 34%
B = 39.87%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9CCBEE (or 0x9CCBEE) is known color: Sail. HEX triplet: 9C, CB and EE. RGB value is (156,203,238). Sum of RGB (Red+Green+Blue) = 156+203+238=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CCBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCBEE is #633411. Grayscale: #C0C0C0. Windows color (decimal): -6501394 or 15649692. OLE color: 15649692.

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

Color convert

RGB 156 203 238 -
CMYK 0.34 0.15 0 0.07
HSL 205.61º 0.71% 0.77% -
HSV(B) 205.61º 0.34% 0.93% -
XYZ 50.5 55.95 89.03 -
YUV 192.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 156 203 238 0.34 0.15 0 0.07 205.61 0.71 0.77
Hex 9C CB EE 22 F 0 7 CE 47 4D
Octal 234 313 356 42 17 0 7 316 107 115
Binary 10011100 11001011 11101110 100010 1111 0 111 11001110 1000111 1001101

Color Harmonies of #9CCBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCBEE

Black with #9CCBEE

Text Example


Text Example

White with #9CCBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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