#C7EAED

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

Shades of Onahau #C7EAED

Tints of Onahau #C7EAED

Color information

#C7EAED (or 0xC7EAED) is unknown color: approx Onahau. HEX triplet: C7, EA and ED. RGB value is (199,234,237). Sum of RGB (Red+Green+Blue) = 199+234+237=670 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.70% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EAED is #381512. Grayscale: #DFDFDF. Windows color (decimal): -3675411 or 15592135. OLE color: 15592135.

HSL color Cylindrical-coordinate representation of color #C7EAED: hue angle of 184.74º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7EAED is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199234237-
CMYK0.160.0100.07
HSL184.74º51.35%85.49%-
HSV(B)184.74º16.03%92.94%-
XYZ68.2677.191.41-
YUV223.88135.4110.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.70%
GREEN value IS 234 (91.80% from 255) = 34.93%
BLUE value IS 237 (92.97% from 255) = 35.37%
R=29.70%
G=34.93%
B=35.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992342370.160.0100.07184.7451.3585.49
HexC7EAED10107b93355
Octal3073523552010727163125
Binary1100011111101010111011011000010111101110011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EAED; }

 p { color: rgb(199,234,237); }

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

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

 a { background-color: rgb(199,234,237); }

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

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

 span { border-color: rgb(199,234,237); }

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