#CBEEEB

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

Shades of Foam #CBEEEB

Tints of Foam #CBEEEB

Color information

#CBEEEB (or 0xCBEEEB) is unknown color: approx Foam. HEX triplet: CB, EE and EB. RGB value is (203,238,235). Sum of RGB (Red+Green+Blue) = 203+238+235=676 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.03% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEEEB is #341114. Grayscale: #E3E3E3. Windows color (decimal): -3412245 or 15462091. OLE color: 15462091.

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

Color convert

RGB203238235-
CMYK0.1500.010.07
HSL174.86º50.72%86.47%-
HSV(B)174.86º14.71%93.33%-
XYZ70.279.8490.31-
YUV227.19132.4110.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.03%
GREEN value IS 238 (93.36% from 255) = 35.21%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=30.03%
G=35.21%
B=34.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032382350.1500.010.07174.8650.7286.47
HexCBEEEBF017af3356
Octal3133563531701725763126
Binary110010111110111011101011111101111101011111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEEEB; }

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

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

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

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

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

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

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

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