Html Css Color HEX #C5F4EC Jagged Ice

📋 copy color: '#C5F4EC'

red 197 ◦ green 244 ◦ blue 236

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

Shades of Jagged Ice #C5F4EC

Tints of Jagged Ice #C5F4EC

RGB

 RED value IS 197 (77.34% from 255) = 29.1%

 GREEN value IS 244 (95.7% from 255) = 36.04%

 BLUE value IS 236 (92.58% from 255) = 34.86%

R = 29.1%
G = 36.04%
B = 34.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#C5F4EC (or 0xC5F4EC) is known color: Jagged Ice. HEX triplet: C5, F4 and EC. RGB value is (197,244,236). Sum of RGB (Red+Green+Blue) = 197+244+236=677 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.10% from 677); Green value is 244 (95.70% from 255 or 36.04% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F4EC is #3A0B13. Grayscale: #E5E5E5. Windows color (decimal): -3803924 or 15529157. OLE color: 15529157.

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

Color convert

RGB 197 244 236 -
CMYK 0.19 0 0.03 0.04
HSL 169.79º 0.68% 0.86% -
HSV(B) 169.79º 0.19% 0.96% -
XYZ 70.52 82.63 91.59 -
YUV 229.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 197 244 236 0.19 0 0.03 0.04 169.79 0.68 0.86
Hex C5 F4 EC 13 0 3 4 AA 44 56
Octal 305 364 354 23 0 3 4 252 104 126
Binary 11000101 11110100 11101100 10011 0 11 100 10101010 1000100 1010110

Color Harmonies of #C5F4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F4EC

Black with #C5F4EC

Text Example


Text Example

White with #C5F4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F4EC; }

 p { color: rgb(197,244,236); }

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

background-color css

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

 a { background-color: rgb(197,244,236); }

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

border-color css

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

 span { border-color: rgb(197,244,236); }

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