#CCFEF5

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

Shades of Foam #CCFEF5

Tints of Foam #CCFEF5

Color information

#CCFEF5 (or 0xCCFEF5) is unknown color: approx Foam. HEX triplet: CC, FE and F5. RGB value is (204,254,245). Sum of RGB (Red+Green+Blue) = 204+254+245=703 (93% of max value = 765). Red value is 204 (80.08% from 255 or 29.02% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEF5 is #33010A. Grayscale: #EEEEEE. Windows color (decimal): -3342603 or 16121548. OLE color: 16121548.

HSL color Cylindrical-coordinate representation of color #CCFEF5: hue angle of 169.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFEF5 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB204254245-
CMYK0.2000.040.00
HSL169.2º96.15%89.8%-
HSV(B)169.2º19.69%99.61%-
XYZ76.8390.3199.77-
YUV238.02131.94103.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.02%
GREEN value IS 254 (99.61% from 255) = 36.13%
BLUE value IS 245 (96.09% from 255) = 34.85%
R=29.02%
G=36.13%
B=34.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542450.2000.040.00169.296.1589.8
HexCCFEF514040a9605a
Octal31437636524040251140132
Binary11001100111111101111010110100010001010100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEF5; }

 p { color: rgb(204,254,245); }

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

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

 a { background-color: rgb(204,254,245); }

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

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

 span { border-color: rgb(204,254,245); }

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