#CAEBEE

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

Shades of Mabel #CAEBEE

Tints of Mabel #CAEBEE

Color information

#CAEBEE (or 0xCAEBEE) is unknown color: approx Mabel. HEX triplet: CA, EB and EE. RGB value is (202,235,238). Sum of RGB (Red+Green+Blue) = 202+235+238=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAEBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEBEE is #351411. Grayscale: #E1E1E1. Windows color (decimal): -3478546 or 15657930. OLE color: 15657930.

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

Color convert

RGB202235238-
CMYK0.150.0100.07
HSL185º51.43%86.27%-
HSV(B)185º15.13%93.33%-
XYZ69.578.1592.31-
YUV225.48135.07111.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.93%
GREEN value IS 235 (92.19% from 255) = 34.81%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=29.93%
G=34.81%
B=35.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022352380.150.0100.0718551.4386.27
HexCAEBEEF107b93356
Octal3123533561710727163126
Binary110010101110101111101110111110111101110011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBEE; }

 p { color: rgb(202,235,238); }

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

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

 a { background-color: rgb(202,235,238); }

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

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

 span { border-color: rgb(202,235,238); }

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