Html Css Color HEX #C1EBE1 Jagged Ice

📋 copy color: '#C1EBE1'

red 193 ◦ green 235 ◦ blue 225

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

Shades of Jagged Ice #C1EBE1

Tints of Jagged Ice #C1EBE1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.99%

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

R = 29.56%
G = 35.99%
B = 34.46%

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

#C1EBE1 (or 0xC1EBE1) is known color: Jagged Ice. HEX triplet: C1, EB and E1. RGB value is (193,235,225). Sum of RGB (Red+Green+Blue) = 193+235+225=653 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.56% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EBE1 is #3E141E. Grayscale: #DDDDDD. Windows color (decimal): -4068383 or 14805953. OLE color: 14805953.

HSL color Cylindrical-coordinate representation of color #C1EBE1: hue angle of 165.71º degrees, saturation: 0.51, 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 #C1EBE1 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 235 225 -
CMYK 0.18 0 0.04 0.08
HSL 165.71º 0.51% 0.84% -
HSV(B) 165.71º 0.18% 0.92% -
XYZ 65.29 76.19 82.5 -
YUV 221.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 193 235 225 0.18 0 0.04 0.08 165.71 0.51 0.84
Hex C1 EB E1 12 0 4 8 A6 33 54
Octal 301 353 341 22 0 4 10 246 63 124
Binary 11000001 11101011 11100001 10010 0 100 1000 10100110 110011 1010100

Color Harmonies of #C1EBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EBE1

Black with #C1EBE1

Text Example


Text Example

White with #C1EBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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