Html Css Color HEX #C1EAE1 Jagged Ice

📋 copy color: '#C1EAE1'

red 193 ◦ green 234 ◦ blue 225

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

Shades of Jagged Ice #C1EAE1

Tints of Jagged Ice #C1EAE1

RGB

 RED value IS 193 (75.78% from 255) = 29.6%

 GREEN value IS 234 (91.8% from 255) = 35.89%

 BLUE value IS 225 (88.28% from 255) = 34.51%

R = 29.6%
G = 35.89%
B = 34.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#C1EAE1 (or 0xC1EAE1) is known color: Jagged Ice. HEX triplet: C1, EA and E1. RGB value is (193,234,225). Sum of RGB (Red+Green+Blue) = 193+234+225=652 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.60% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EAE1 is #3E151E. Grayscale: #DCDCDC. Windows color (decimal): -4068639 or 14805697. OLE color: 14805697.

HSL color Cylindrical-coordinate representation of color #C1EAE1: hue angle of 166.83º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1EAE1 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 234 225 -
CMYK 0.18 0 0.04 0.08
HSL 166.83º 0.49% 0.84% -
HSV(B) 166.83º 0.18% 0.92% -
XYZ 65.01 75.62 82.4 -
YUV 220.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 193 234 225 0.18 0 0.04 0.08 166.83 0.49 0.84
Hex C1 EA E1 12 0 4 8 A7 31 54
Octal 301 352 341 22 0 4 10 247 61 124
Binary 11000001 11101010 11100001 10010 0 100 1000 10100111 110001 1010100

Color Harmonies of #C1EAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EAE1

Black with #C1EAE1

Text Example


Text Example

White with #C1EAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EAE1; }

 p { color: rgb(193,234,225); }

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

background-color css

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

 a { background-color: rgb(193,234,225); }

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

border-color css

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

 span { border-color: rgb(193,234,225); }

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