#CBEAEB

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

Shades of Mabel #CBEAEB

Tints of Mabel #CBEAEB

Color information

#CBEAEB (or 0xCBEAEB) is unknown color: approx Mabel. HEX triplet: CB, EA and EB. RGB value is (203,234,235). Sum of RGB (Red+Green+Blue) = 203+234+235=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBEAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAEB is #341514. Grayscale: #E0E0E0. Windows color (decimal): -3413269 or 15461067. OLE color: 15461067.

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

Color convert

RGB203234235-
CMYK0.140.0000.08
HSL181.88º44.44%85.88%-
HSV(B)181.88º13.62%92.16%-
XYZ69.0577.5489.92-
YUV224.84133.73112.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.21%
GREEN value IS 234 (91.80% from 255) = 34.82%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=30.21%
G=34.82%
B=34.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032342350.140.0000.08181.8844.4485.88
HexCBEAEBE008b62c56
Octal31335235316001026654126
Binary1100101111101010111010111110001000101101101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAEB; }

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

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

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

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

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

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

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

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