#C1EBE5

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

Shades of Jagged Ice #C1EBE5

Tints of Jagged Ice #C1EBE5

Color information

#C1EBE5 (or 0xC1EBE5) is unknown color: approx Jagged Ice. HEX triplet: C1, EB and E5. RGB value is (193,235,229). Sum of RGB (Red+Green+Blue) = 193+235+229=657 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.38% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EBE5 is #3E141A. Grayscale: #DDDDDD. Windows color (decimal): -4068379 or 15068097. OLE color: 15068097.

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

Color convert

RGB193235229-
CMYK0.1800.030.08
HSL171.43º51.22%83.92%-
HSV(B)171.43º17.87%92.16%-
XYZ65.8476.4185.41-
YUV221.76132.09107.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.38%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 229 (89.84% from 255) = 34.86%
R=29.38%
G=35.77%
B=34.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1932352290.1800.030.08171.4351.2283.92
HexC1EBE512038ab3354
Octal30135334522031025363124
Binary110000011110101111100101100100111000101010111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EBE5; }

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

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

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

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

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

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

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

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