Html Css Color HEX #C3F2EB Jagged Ice

📋 copy color: '#C3F2EB'

red 195 ◦ green 242 ◦ blue 235

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

Shades of Jagged Ice #C3F2EB

Tints of Jagged Ice #C3F2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.97%

R = 29.02%
G = 36.01%
B = 34.97%

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

#C3F2EB (or 0xC3F2EB) is known color: Jagged Ice. HEX triplet: C3, F2 and EB. RGB value is (195,242,235). Sum of RGB (Red+Green+Blue) = 195+242+235=672 (89% of max value = 765). Red value is 195 (76.56% from 255 or 29.02% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F2EB is #3C0D14. Grayscale: #E3E3E3. Windows color (decimal): -3935509 or 15463107. OLE color: 15463107.

HSL color Cylindrical-coordinate representation of color #C3F2EB: hue angle of 171.06º 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 #C3F2EB is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 242 235 -
CMYK 0.19 0 0.03 0.05
HSL 171.06º 0.64% 0.86% -
HSV(B) 171.06º 0.19% 0.95% -
XYZ 69.25 81.1 90.6 -
YUV 227.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 195 242 235 0.19 0 0.03 0.05 171.06 0.64 0.86
Hex C3 F2 EB 13 0 3 5 AB 40 56
Octal 303 362 353 23 0 3 5 253 100 126
Binary 11000011 11110010 11101011 10011 0 11 101 10101011 1000000 1010110

Color Harmonies of #C3F2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F2EB

Black with #C3F2EB

Text Example


Text Example

White with #C3F2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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