#CFFBF5

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

Shades of Foam #CFFBF5

Tints of Foam #CFFBF5

Color information

#CFFBF5 (or 0xCFFBF5) is unknown color: approx Foam. HEX triplet: CF, FB and F5. RGB value is (207,251,245). Sum of RGB (Red+Green+Blue) = 207+251+245=703 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.45% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFBF5 is #30040A. Grayscale: #EDEDED. Windows color (decimal): -3146763 or 16120783. OLE color: 16120783.

HSL color Cylindrical-coordinate representation of color #CFFBF5: hue angle of 171.82º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFBF5 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB207251245-
CMYK0.1800.020.02
HSL171.82º84.62%89.8%-
HSV(B)171.82º17.53%98.43%-
XYZ76.7188.8599.49-
YUV237.16132.42106.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.45%
GREEN value IS 251 (98.44% from 255) = 35.70%
BLUE value IS 245 (96.09% from 255) = 34.85%
R=29.45%
G=35.70%
B=34.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072512450.1800.020.02171.8284.6289.8
HexCFFBF512022ac555a
Octal31737336522022254125132
Binary11001111111110111111010110010010101010110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFBF5; }

 p { color: rgb(207,251,245); }

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

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

 a { background-color: rgb(207,251,245); }

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

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

 span { border-color: rgb(207,251,245); }

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