Html Css Color HEX #C1ECE2 Jagged Ice

📋 copy color: '#C1ECE2'

red 193 ◦ green 236 ◦ blue 226

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

Shades of Jagged Ice #C1ECE2

Tints of Jagged Ice #C1ECE2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.03%

 BLUE value IS 226 (88.67% from 255) = 34.5%

R = 29.47%
G = 36.03%
B = 34.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#C1ECE2 (or 0xC1ECE2) is known color: Jagged Ice. HEX triplet: C1, EC and E2. RGB value is (193,236,226). Sum of RGB (Red+Green+Blue) = 193+236+226=655 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.47% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #C1ECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1ECE2 is #3E131D. Grayscale: #DEDEDE. Windows color (decimal): -4068126 or 14871745. OLE color: 14871745.

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

Color convert

RGB 193 236 226 -
CMYK 0.18 0 0.04 0.07
HSL 166.05º 0.53% 0.84% -
HSV(B) 166.05º 0.18% 0.93% -
XYZ 65.72 76.82 83.32 -
YUV 222 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 193 236 226 0.18 0 0.04 0.07 166.05 0.53 0.84
Hex C1 EC E2 12 0 4 7 A6 35 54
Octal 301 354 342 22 0 4 7 246 65 124
Binary 11000001 11101100 11100010 10010 0 100 111 10100110 110101 1010100

Color Harmonies of #C1ECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ECE2

Black with #C1ECE2

Text Example


Text Example

White with #C1ECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ECE2; }

 p { color: rgb(193,236,226); }

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

background-color css

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

 a { background-color: rgb(193,236,226); }

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

border-color css

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

 span { border-color: rgb(193,236,226); }

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