Html Css Color HEX #C5EBE5 Jagged Ice

📋 copy color: '#C5EBE5'

red 197 ◦ green 235 ◦ blue 229

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

Shades of Jagged Ice #C5EBE5

Tints of Jagged Ice #C5EBE5

RGB

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

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

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

R = 29.8%
G = 35.55%
B = 34.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#C5EBE5 (or 0xC5EBE5) is known color: Jagged Ice. HEX triplet: C5, EB and E5. RGB value is (197,235,229). Sum of RGB (Red+Green+Blue) = 197+235+229=661 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.80% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EBE5 is #3A141A. Grayscale: #DEDEDE. Windows color (decimal): -3806235 or 15068101. OLE color: 15068101.

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

Color convert

RGB 197 235 229 -
CMYK 0.16 0 0.03 0.08
HSL 170.53º 0.49% 0.85% -
HSV(B) 170.53º 0.16% 0.92% -
XYZ 66.88 76.94 85.46 -
YUV 222.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 197 235 229 0.16 0 0.03 0.08 170.53 0.49 0.85
Hex C5 EB E5 10 0 3 8 AB 31 55
Octal 305 353 345 20 0 3 10 253 61 125
Binary 11000101 11101011 11100101 10000 0 11 1000 10101011 110001 1010101

Color Harmonies of #C5EBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EBE5

Black with #C5EBE5

Text Example


Text Example

White with #C5EBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EBE5; }

 p { color: rgb(197,235,229); }

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

background-color css

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

 a { background-color: rgb(197,235,229); }

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

border-color css

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

 span { border-color: rgb(197,235,229); }

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