Html Css Color HEX #CCFBF7 Foam

📋 copy color: '#CCFBF7'

red 204 ◦ green 251 ◦ blue 247

#CCFBF7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Foam #CCFBF7

Tints of Foam #CCFBF7

RGB

 RED value IS 204 (80.08% from 255) = 29.06%

 GREEN value IS 251 (98.44% from 255) = 35.75%

 BLUE value IS 247 (96.88% from 255) = 35.19%

R = 29.06%
G = 35.75%
B = 35.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#CCFBF7 (or 0xCCFBF7) is known color: Foam. HEX triplet: CC, FB and F7. RGB value is (204,251,247). Sum of RGB (Red+Green+Blue) = 204+251+247=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBF7 is #330408. Grayscale: #ECECEC. Windows color (decimal): -3343369 or 16251852. OLE color: 16251852.

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

Color convert

RGB 204 251 247 -
CMYK 0.19 0 0.02 0.02
HSL 174.89º 0.85% 0.89% -
HSV(B) 174.89º 0.19% 0.98% -
XYZ 76.19 88.55 101.07 -
YUV 236.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 204 251 247 0.19 0 0.02 0.02 174.89 0.85 0.89
Hex CC FB F7 13 0 2 2 AF 55 59
Octal 314 373 367 23 0 2 2 257 125 131
Binary 11001100 11111011 11110111 10011 0 10 10 10101111 1010101 1011001

Color Harmonies of #CCFBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFBF7

Black with #CCFBF7

Text Example


Text Example

White with #CCFBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFBF7; }

 p { color: rgb(204,251,247); }

 H1.HeaderClassName
 {
   color: #CCFBF7;
 }
 .AnyTagClassName
 {
   color: #CCFBF7;
 }
</style>

background-color css

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

 a { background-color: rgb(204,251,247); }

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

border-color css

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

 span { border-color: rgb(204,251,247); }

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