#C7F3EB

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

Shades of Jagged Ice #C7F3EB

Tints of Jagged Ice #C7F3EB

Color information

#C7F3EB (or 0xC7F3EB) is unknown color: approx Jagged Ice. HEX triplet: C7, F3 and EB. RGB value is (199,243,235). Sum of RGB (Red+Green+Blue) = 199+243+235=677 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.39% from 677); Green value is 243 (95.31% from 255 or 35.89% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F3EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F3EB is #380C14. Grayscale: #E4E4E4. Windows color (decimal): -3673109 or 15463367. OLE color: 15463367.

HSL color Cylindrical-coordinate representation of color #C7F3EB: hue angle of 169.09º degrees, saturation: 0.65, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7F3EB is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB199243235-
CMYK0.1800.030.05
HSL169.09º64.71%86.67%-
HSV(B)169.09º18.11%95.29%-
XYZ70.682.2490.75-
YUV228.93131.42106.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.39%
GREEN value IS 243 (95.31% from 255) = 35.89%
BLUE value IS 235 (92.19% from 255) = 34.71%
R=29.39%
G=35.89%
B=34.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1992432350.1800.030.05169.0964.7186.67
HexC7F3EB12035a94157
Octal30736335322035251101127
Binary110001111111001111101011100100111011010100110000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F3EB; }

 p { color: rgb(199,243,235); }

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

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

 a { background-color: rgb(199,243,235); }

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

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

 span { border-color: rgb(199,243,235); }

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