Html Css Color HEX #C5F2EA Jagged Ice

📋 copy color: '#C5F2EA'

red 197 ◦ green 242 ◦ blue 234

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

Shades of Jagged Ice #C5F2EA

Tints of Jagged Ice #C5F2EA

RGB

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

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

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

R = 29.27%
G = 35.96%
B = 34.77%

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

#C5F2EA (or 0xC5F2EA) is known color: Jagged Ice. HEX triplet: C5, F2 and EA. RGB value is (197,242,234). Sum of RGB (Red+Green+Blue) = 197+242+234=673 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.27% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F2EA is #3A0D15. Grayscale: #E3E3E3. Windows color (decimal): -3804438 or 15397573. OLE color: 15397573.

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

Color convert

RGB 197 242 234 -
CMYK 0.19 0 0.03 0.05
HSL 169.33º 0.63% 0.86% -
HSV(B) 169.33º 0.19% 0.95% -
XYZ 69.63 81.32 89.87 -
YUV 227.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 197 242 234 0.19 0 0.03 0.05 169.33 0.63 0.86
Hex C5 F2 EA 13 0 3 5 A9 3F 56
Octal 305 362 352 23 0 3 5 251 77 126
Binary 11000101 11110010 11101010 10011 0 11 101 10101001 111111 1010110

Color Harmonies of #C5F2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F2EA

Black with #C5F2EA

Text Example


Text Example

White with #C5F2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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