#C7ECF1

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

Shades of Onahau #C7ECF1

Tints of Onahau #C7ECF1

Color information

#C7ECF1 (or 0xC7ECF1) is unknown color: approx Onahau. HEX triplet: C7, EC and F1. RGB value is (199,236,241). Sum of RGB (Red+Green+Blue) = 199+236+241=676 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.44% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #C7ECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7ECF1 is #38130E. Grayscale: #E1E1E1. Windows color (decimal): -3674895 or 15854791. OLE color: 15854791.

HSL color Cylindrical-coordinate representation of color #C7ECF1: hue angle of 187.14º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7ECF1 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199236241-
CMYK0.170.0200.05
HSL187.14º60%86.27%-
HSV(B)187.14º17.43%94.51%-
XYZ69.4378.4894.71-
YUV225.51136.74109.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.44%
GREEN value IS 236 (92.58% from 255) = 34.91%
BLUE value IS 241 (94.53% from 255) = 35.65%
R=29.44%
G=34.91%
B=35.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1992362410.170.0200.05187.146086.27
HexC7ECF111205bb3c56
Octal3073543612120527374126
Binary11000111111011001111000110001100101101110111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ECF1; }

 p { color: rgb(199,236,241); }

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

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

 a { background-color: rgb(199,236,241); }

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

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

 span { border-color: rgb(199,236,241); }

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