Html Css Color HEX #C2F8F5 Mabel

📋 copy color: '#C2F8F5'

red 194 ◦ green 248 ◦ blue 245

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

Shades of Mabel #C2F8F5

Tints of Mabel #C2F8F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.66%

R = 28.24%
G = 36.1%
B = 35.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#C2F8F5 (or 0xC2F8F5) is known color: Mabel. HEX triplet: C2, F8 and F5. RGB value is (194,248,245). Sum of RGB (Red+Green+Blue) = 194+248+245=687 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.24% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F8F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F8F5 is #3D070A. Grayscale: #E7E7E7. Windows color (decimal): -3999499 or 16120002. OLE color: 16120002.

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

Color convert

RGB 194 248 245 -
CMYK 0.22 0 0.01 0.03
HSL 176.67º 0.79% 0.87% -
HSV(B) 176.67º 0.22% 0.97% -
XYZ 72.3 85.2 99.02 -
YUV 231.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 194 248 245 0.22 0 0.01 0.03 176.67 0.79 0.87
Hex C2 F8 F5 16 0 1 3 B1 4F 57
Octal 302 370 365 26 0 1 3 261 117 127
Binary 11000010 11111000 11110101 10110 0 1 11 10110001 1001111 1010111

Color Harmonies of #C2F8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F8F5

Black with #C2F8F5

Text Example


Text Example

White with #C2F8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F8F5; }

 p { color: rgb(194,248,245); }

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

background-color css

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

 a { background-color: rgb(194,248,245); }

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

border-color css

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

 span { border-color: rgb(194,248,245); }

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