Html Css Color HEX #C5EBE4 Jagged Ice

📋 copy color: '#C5EBE4'

red 197 ◦ green 235 ◦ blue 228

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

Shades of Jagged Ice #C5EBE4

Tints of Jagged Ice #C5EBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.55%

R = 29.85%
G = 35.61%
B = 34.55%

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

#C5EBE4 (or 0xC5EBE4) is known color: Jagged Ice. HEX triplet: C5, EB and E4. RGB value is (197,235,228). Sum of RGB (Red+Green+Blue) = 197+235+228=660 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.85% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EBE4 is #3A141B. Grayscale: #DEDEDE. Windows color (decimal): -3806236 or 15002565. OLE color: 15002565.

HSL color Cylindrical-coordinate representation of color #C5EBE4: hue angle of 168.95º 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 #C5EBE4 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 235 228 -
CMYK 0.16 0 0.03 0.08
HSL 168.95º 0.49% 0.85% -
HSV(B) 168.95º 0.16% 0.92% -
XYZ 66.74 76.89 84.72 -
YUV 222.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 197 235 228 0.16 0 0.03 0.08 168.95 0.49 0.85
Hex C5 EB E4 10 0 3 8 A9 31 55
Octal 305 353 344 20 0 3 10 251 61 125
Binary 11000101 11101011 11100100 10000 0 11 1000 10101001 110001 1010101

Color Harmonies of #C5EBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EBE4

Black with #C5EBE4

Text Example


Text Example

White with #C5EBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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