#CBF1EA

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

Shades of Foam #CBF1EA

Tints of Foam #CBF1EA

Color information

#CBF1EA (or 0xCBF1EA) is unknown color: approx Foam. HEX triplet: CB, F1 and EA. RGB value is (203,241,234). Sum of RGB (Red+Green+Blue) = 203+241+234=678 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.94% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF1EA is #340E15. Grayscale: #E4E4E4. Windows color (decimal): -3411478 or 15397323. OLE color: 15397323.

HSL color Cylindrical-coordinate representation of color #CBF1EA: hue angle of 168.95º degrees, saturation: 0.58, 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 #CBF1EA is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB203241234-
CMYK0.1600.030.05
HSL168.95º57.58%87.06%-
HSV(B)168.95º15.77%94.51%-
XYZ70.9481.5589.84-
YUV228.84130.91109.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.94%
GREEN value IS 241 (94.53% from 255) = 35.55%
BLUE value IS 234 (91.80% from 255) = 34.51%
R=29.94%
G=35.55%
B=34.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032412340.1600.030.05168.9557.5887.06
HexCBF1EA10035a93a57
Octal3133613522003525172127
Binary11001011111100011110101010000011101101010011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF1EA; }

 p { color: rgb(203,241,234); }

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

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

 a { background-color: rgb(203,241,234); }

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

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

 span { border-color: rgb(203,241,234); }

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