#C1EBE6

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

Shades of Jagged Ice #C1EBE6

Tints of Jagged Ice #C1EBE6

Color information

#C1EBE6 (or 0xC1EBE6) is unknown color: approx Jagged Ice. HEX triplet: C1, EB and E6. RGB value is (193,235,230). Sum of RGB (Red+Green+Blue) = 193+235+230=658 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.33% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EBE6 is #3E1419. Grayscale: #DDDDDD. Windows color (decimal): -4068378 or 15133633. OLE color: 15133633.

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

Color convert

RGB193235230-
CMYK0.1800.020.08
HSL172.86º51.22%83.92%-
HSV(B)172.86º17.87%92.16%-
XYZ65.9876.4786.14-
YUV221.87132.59107.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.33%
GREEN value IS 235 (92.19% from 255) = 35.71%
BLUE value IS 230 (90.23% from 255) = 34.95%
R=29.33%
G=35.71%
B=34.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1932352300.1800.020.08172.8651.2283.92
HexC1EBE612028ad3354
Octal30135334622021025563124
Binary110000011110101111100110100100101000101011011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EBE6; }

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

 H1.HeaderClassName
 {
   color: #C1EBE6;
 }
 .AnyTagClassName
 {
   color: #C1EBE6;
 }
</style>
background-color css

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

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

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

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

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

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