Html Css Color HEX #C2F3ED Foam

📋 copy color: '#C2F3ED'

red 194 ◦ green 243 ◦ blue 237

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

Shades of Foam #C2F3ED

Tints of Foam #C2F3ED

RGB

 RED value IS 194 (76.17% from 255) = 28.78%

 GREEN value IS 243 (95.31% from 255) = 36.05%

 BLUE value IS 237 (92.97% from 255) = 35.16%

R = 28.78%
G = 36.05%
B = 35.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#C2F3ED (or 0xC2F3ED) is known color: Foam. HEX triplet: C2, F3 and ED. RGB value is (194,243,237). Sum of RGB (Red+Green+Blue) = 194+243+237=674 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.78% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F3ED is #3D0C12. Grayscale: #E3E3E3. Windows color (decimal): -4000787 or 15594434. OLE color: 15594434.

HSL color Cylindrical-coordinate representation of color #C2F3ED: hue angle of 172.65º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2F3ED is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 243 237 -
CMYK 0.20 0 0.02 0.05
HSL 172.65º 0.67% 0.86% -
HSV(B) 172.65º 0.2% 0.95% -
XYZ 69.58 81.68 92.22 -
YUV 227.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 194 243 237 0.20 0 0.02 0.05 172.65 0.67 0.86
Hex C2 F3 ED 14 0 2 5 AD 43 56
Octal 302 363 355 24 0 2 5 255 103 126
Binary 11000010 11110011 11101101 10100 0 10 101 10101101 1000011 1010110

Color Harmonies of #C2F3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F3ED

Black with #C2F3ED

Text Example


Text Example

White with #C2F3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F3ED; }

 p { color: rgb(194,243,237); }

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

background-color css

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

 a { background-color: rgb(194,243,237); }

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

border-color css

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

 span { border-color: rgb(194,243,237); }

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