#CBF1EB

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

Shades of Foam #CBF1EB

Tints of Foam #CBF1EB

Color information

#CBF1EB (or 0xCBF1EB) is unknown color: approx Foam. HEX triplet: CB, F1 and EB. RGB value is (203,241,235). Sum of RGB (Red+Green+Blue) = 203+241+235=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF1EB is #340E14. Grayscale: #E4E4E4. Windows color (decimal): -3411477 or 15462859. OLE color: 15462859.

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

Color convert

RGB203241235-
CMYK0.1600.020.05
HSL170.53º57.58%87.06%-
HSV(B)170.53º15.77%94.51%-
XYZ71.0881.6190.6-
YUV228.95131.41109.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.90%
GREEN value IS 241 (94.53% from 255) = 35.49%
BLUE value IS 235 (92.19% from 255) = 34.61%
R=29.90%
G=35.49%
B=34.61%

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
Decimal2032412350.1600.020.05170.5357.5887.06
HexCBF1EB10025ab3a57
Octal3133613532002525372127
Binary11001011111100011110101110000010101101010111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF1EB; }

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

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

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

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

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

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

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

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