#CBF4ED

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

Shades of Foam #CBF4ED

Tints of Foam #CBF4ED

Color information

#CBF4ED (or 0xCBF4ED) is unknown color: approx Foam. HEX triplet: CB, F4 and ED. RGB value is (203,244,237). Sum of RGB (Red+Green+Blue) = 203+244+237=684 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.68% from 684); Green value is 244 (95.70% from 255 or 35.67% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF4ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF4ED is #340B12. Grayscale: #E6E6E6. Windows color (decimal): -3410707 or 15594699. OLE color: 15594699.

HSL color Cylindrical-coordinate representation of color #CBF4ED: hue angle of 169.76º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF4ED is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB203244237-
CMYK0.1700.030.04
HSL169.76º65.08%87.65%-
HSV(B)169.76º16.8%95.69%-
XYZ72.2783.5192.43-
YUV230.94131.42108.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.68%
GREEN value IS 244 (95.70% from 255) = 35.67%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=29.68%
G=35.67%
B=34.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032442370.1700.030.04169.7665.0887.65
HexCBF4ED11034aa4158
Octal31336435521034252101130
Binary110010111111010011101101100010111001010101010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF4ED; }

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

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

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

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

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

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

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

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