Html Css Color HEX #C2F1ED Mabel

📋 copy color: '#C2F1ED'

red 194 ◦ green 241 ◦ blue 237

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

Shades of Mabel #C2F1ED

Tints of Mabel #C2F1ED

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.86%

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

R = 28.87%
G = 35.86%
B = 35.27%

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

#C2F1ED (or 0xC2F1ED) is known color: Mabel. HEX triplet: C2, F1 and ED. RGB value is (194,241,237). Sum of RGB (Red+Green+Blue) = 194+241+237=672 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.87% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F1ED is #3D0E12. Grayscale: #E2E2E2. Windows color (decimal): -4001299 or 15593922. OLE color: 15593922.

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

Color convert

RGB 194 241 237 -
CMYK 0.20 0 0.02 0.05
HSL 174.89º 0.63% 0.85% -
HSV(B) 174.89º 0.2% 0.95% -
XYZ 68.99 80.49 92.02 -
YUV 226.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 194 241 237 0.20 0 0.02 0.05 174.89 0.63 0.85
Hex C2 F1 ED 14 0 2 5 AF 3F 55
Octal 302 361 355 24 0 2 5 257 77 125
Binary 11000010 11110001 11101101 10100 0 10 101 10101111 111111 1010101

Color Harmonies of #C2F1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F1ED

Black with #C2F1ED

Text Example


Text Example

White with #C2F1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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