#C5EBE4

Color #C5EBE4 Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #C5EBE4

Tints of Jagged Ice #C5EBE4

Color information

#C5EBE4 (or 0xC5EBE4) is unknown color: approx 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

RGB197235228-
CMYK0.1600.030.08
HSL168.95º48.72%84.71%-
HSV(B)168.95º16.17%92.16%-
XYZ66.7476.8984.72-
YUV222.84130.91109.57-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1972352280.1600.030.08168.9548.7284.71
HexC5EBE410038a93155
Octal30535334420031025161125
Binary110001011110101111100100100000111000101010011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>