#CBF3ED

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

Shades of Foam #CBF3ED

Tints of Foam #CBF3ED

Color information

#CBF3ED (or 0xCBF3ED) is unknown color: approx Foam. HEX triplet: CB, F3 and ED. RGB value is (203,243,237). Sum of RGB (Red+Green+Blue) = 203+243+237=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF3ED is #340C12. Grayscale: #E6E6E6. Windows color (decimal): -3410963 or 15594443. OLE color: 15594443.

HSL color Cylindrical-coordinate representation of color #CBF3ED: hue angle of 171º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF3ED is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB203243237-
CMYK0.1600.020.05
HSL171º62.5%87.45%-
HSV(B)171º16.46%95.29%-
XYZ71.9782.9192.33-
YUV230.36131.75108.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.72%
GREEN value IS 243 (95.31% from 255) = 35.58%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=29.72%
G=35.58%
B=34.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032432370.1600.020.0517162.587.45
HexCBF3ED10025ab3e57
Octal3133633552002525376127
Binary11001011111100111110110110000010101101010111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF3ED; }

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

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

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

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

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

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

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

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