Html Css Color HEX #C2EDEE Mabel

📋 copy color: '#C2EDEE'

red 194 ◦ green 237 ◦ blue 238

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

Shades of Mabel #C2EDEE

Tints of Mabel #C2EDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.43%

 BLUE value IS 238 (93.36% from 255) = 35.58%

R = 29%
G = 35.43%
B = 35.58%

CMYK

 C value IS 0.18

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2EDEE (or 0xC2EDEE) is known color: Mabel. HEX triplet: C2, ED and EE. RGB value is (194,237,238). Sum of RGB (Red+Green+Blue) = 194+237+238=669 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.00% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EDEE is #3D1211. Grayscale: #E0E0E0. Windows color (decimal): -4002322 or 15658434. OLE color: 15658434.

HSL color Cylindrical-coordinate representation of color #C2EDEE: hue angle of 181.36º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EDEE is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 237 238 -
CMYK 0.18 0.00 0 0.07
HSL 181.36º 0.56% 0.85% -
HSV(B) 181.36º 0.18% 0.93% -
XYZ 67.96 78.21 92.4 -
YUV 224.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 194 237 238 0.18 0.00 0 0.07 181.36 0.56 0.85
Hex C2 ED EE 12 0 0 7 B5 38 55
Octal 302 355 356 22 0 0 7 265 70 125
Binary 11000010 11101101 11101110 10010 0 0 111 10110101 111000 1010101

Color Harmonies of #C2EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EDEE

Black with #C2EDEE

Text Example


Text Example

White with #C2EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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