Html Css Color HEX #C3F2EA Jagged Ice

📋 copy color: '#C3F2EA'

red 195 ◦ green 242 ◦ blue 234

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

Shades of Jagged Ice #C3F2EA

Tints of Jagged Ice #C3F2EA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.07%

 BLUE value IS 234 (91.8% from 255) = 34.87%

R = 29.06%
G = 36.07%
B = 34.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#C3F2EA (or 0xC3F2EA) is known color: Jagged Ice. HEX triplet: C3, F2 and EA. RGB value is (195,242,234). Sum of RGB (Red+Green+Blue) = 195+242+234=671 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.06% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F2EA is #3C0D15. Grayscale: #E3E3E3. Windows color (decimal): -3935510 or 15397571. OLE color: 15397571.

HSL color Cylindrical-coordinate representation of color #C3F2EA: hue angle of 169.79º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F2EA is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 242 234 -
CMYK 0.19 0 0.03 0.05
HSL 169.79º 0.64% 0.86% -
HSV(B) 169.79º 0.19% 0.95% -
XYZ 69.11 81.05 89.84 -
YUV 227.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 195 242 234 0.19 0 0.03 0.05 169.79 0.64 0.86
Hex C3 F2 EA 13 0 3 5 AA 40 56
Octal 303 362 352 23 0 3 5 252 100 126
Binary 11000011 11110010 11101010 10011 0 11 101 10101010 1000000 1010110

Color Harmonies of #C3F2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F2EA

Black with #C3F2EA

Text Example


Text Example

White with #C3F2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F2EA; }

 p { color: rgb(195,242,234); }

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

background-color css

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

 a { background-color: rgb(195,242,234); }

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

border-color css

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

 span { border-color: rgb(195,242,234); }

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