Html Css Color HEX #C1E9E5 Jagged Ice

📋 copy color: '#C1E9E5'

red 193 ◦ green 233 ◦ blue 229

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

Shades of Jagged Ice #C1E9E5

Tints of Jagged Ice #C1E9E5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.57%

 BLUE value IS 229 (89.84% from 255) = 34.96%

R = 29.47%
G = 35.57%
B = 34.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#C1E9E5 (or 0xC1E9E5) is known color: Jagged Ice. HEX triplet: C1, E9 and E5. RGB value is (193,233,229). Sum of RGB (Red+Green+Blue) = 193+233+229=655 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.47% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 233 - color contains mainly: green. Hex color #C1E9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1E9E5 is #3E161A. Grayscale: #DCDCDC. Windows color (decimal): -4068891 or 15067585. OLE color: 15067585.

HSL color Cylindrical-coordinate representation of color #C1E9E5: hue angle of 174º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1E9E5 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 233 229 -
CMYK 0.17 0 0.02 0.09
HSL 174º 0.48% 0.84% -
HSV(B) 174º 0.17% 0.91% -
XYZ 65.27 75.27 85.22 -
YUV 220.58 132.75 108.33 -
System Red Green Blue C M Y K H S L
Decimal 193 233 229 0.17 0 0.02 0.09 174 0.48 0.84
Hex C1 E9 E5 11 0 2 9 AE 30 54
Octal 301 351 345 21 0 2 11 256 60 124
Binary 11000001 11101001 11100101 10001 0 10 1001 10101110 110000 1010100

Color Harmonies of #C1E9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E9E5

Black with #C1E9E5

Text Example


Text Example

White with #C1E9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E9E5; }

 p { color: rgb(193,233,229); }

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

background-color css

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

 a { background-color: rgb(193,233,229); }

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

border-color css

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

 span { border-color: rgb(193,233,229); }

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