#CBEDEE

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

Shades of Mabel #CBEDEE

Tints of Mabel #CBEDEE

Color information

#CBEDEE (or 0xCBEDEE) is unknown color: approx Mabel. HEX triplet: CB, ED and EE. RGB value is (203,237,238). Sum of RGB (Red+Green+Blue) = 203+237+238=678 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.94% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDEE is #341211. Grayscale: #E2E2E2. Windows color (decimal): -3412498 or 15658443. OLE color: 15658443.

HSL color Cylindrical-coordinate representation of color #CBEDEE: hue angle of 181.71º 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 #CBEDEE is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203237238-
CMYK0.150.0000.07
HSL181.71º50.72%86.47%-
HSV(B)181.71º14.71%93.33%-
XYZ70.3579.4492.51-
YUV226.95134.24110.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.94%
GREEN value IS 237 (92.97% from 255) = 34.96%
BLUE value IS 238 (93.36% from 255) = 35.10%
R=29.94%
G=34.96%
B=35.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032372380.150.0000.07181.7150.7286.47
HexCBEDEEF007b63356
Octal3133553561700726663126
Binary110010111110110111101110111100111101101101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDEE; }

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

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

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

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

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

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

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

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