#CBEAEA

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

Shades of Mabel #CBEAEA

Tints of Mabel #CBEAEA

Color information

#CBEAEA (or 0xCBEAEA) is unknown color: approx Mabel. HEX triplet: CB, EA and EA. RGB value is (203,234,234). Sum of RGB (Red+Green+Blue) = 203+234+234=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #CBEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAEA is #341515. Grayscale: #E0E0E0. Windows color (decimal): -3413270 or 15395531. OLE color: 15395531.

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

Color convert

RGB203234234-
CMYK0.13000.08
HSL180º42.47%85.69%-
HSV(B)180º13.25%91.76%-
XYZ68.977.4889.17-
YUV224.73133.23112.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.25%
GREEN value IS 234 (91.80% from 255) = 34.87%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=30.25%
G=34.87%
B=34.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032342340.13000.0818042.4785.69
HexCBEAEAD008b42a56
Octal31335235215001026452126
Binary1100101111101010111010101101001000101101001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAEA; }

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

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

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

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

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

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

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

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