Html Css Color HEX #C3F8F1 Foam

📋 copy color: '#C3F8F1'

red 195 ◦ green 248 ◦ blue 241

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

Shades of Foam #C3F8F1

Tints of Foam #C3F8F1

RGB

 RED value IS 195 (76.56% from 255) = 28.51%

 GREEN value IS 248 (97.27% from 255) = 36.26%

 BLUE value IS 241 (94.53% from 255) = 35.23%

R = 28.51%
G = 36.26%
B = 35.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#C3F8F1 (or 0xC3F8F1) is known color: Foam. HEX triplet: C3, F8 and F1. RGB value is (195,248,241). Sum of RGB (Red+Green+Blue) = 195+248+241=684 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.51% from 684); Green value is 248 (97.27% from 255 or 36.26% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 248 - color contains mainly: green. Hex color #C3F8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F8F1 is #3C070E. Grayscale: #E7E7E7. Windows color (decimal): -3933967 or 15857859. OLE color: 15857859.

HSL color Cylindrical-coordinate representation of color #C3F8F1: hue angle of 172.08º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3F8F1 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 195 248 241 -
CMYK 0.21 0 0.03 0.03
HSL 172.08º 0.79% 0.87% -
HSV(B) 172.08º 0.21% 0.97% -
XYZ 71.95 85.09 95.85 -
YUV 231.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 195 248 241 0.21 0 0.03 0.03 172.08 0.79 0.87
Hex C3 F8 F1 15 0 3 3 AC 4F 57
Octal 303 370 361 25 0 3 3 254 117 127
Binary 11000011 11111000 11110001 10101 0 11 11 10101100 1001111 1010111

Color Harmonies of #C3F8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F8F1

Black with #C3F8F1

Text Example


Text Example

White with #C3F8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F8F1; }

 p { color: rgb(195,248,241); }

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

background-color css

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

 a { background-color: rgb(195,248,241); }

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

border-color css

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

 span { border-color: rgb(195,248,241); }

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