#CBECEC

Color #CBECEC Mabel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mabel #CBECEC

Tints of Mabel #CBECEC

Color information

#CBECEC (or 0xCBECEC) is unknown color: approx Mabel. HEX triplet: CB, EC and EC. RGB value is (203,236,236). Sum of RGB (Red+Green+Blue) = 203+236+236=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #CBECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBECEC is #341313. Grayscale: #E2E2E2. Windows color (decimal): -3412756 or 15527115. OLE color: 15527115.

HSL color Cylindrical-coordinate representation of color #CBECEC: hue angle of 180º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBECEC is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203236236-
CMYK0.14000.07
HSL180º46.48%86.08%-
HSV(B)180º13.98%92.55%-
XYZ69.7678.7490.88-
YUV226.13133.57111.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.07%
GREEN value IS 236 (92.58% from 255) = 34.96%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=30.07%
G=34.96%
B=34.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362360.14000.0718046.4886.08
HexCBECECE007b42e56
Octal3133543541600726456126
Binary110010111110110011101100111000111101101001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECEC; }

 p { color: rgb(203,236,236); }

 H1.HeaderClassName
 {
   color: #CBECEC;
 }
 .AnyTagClassName
 {
   color: #CBECEC;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #CBECEC;
 }
 .BgClassName
 {
   background-color: #CBECEC;
 }
</style>
border-color css

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

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

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