#C7E9F2

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

Shades of Onahau #C7E9F2

Tints of Onahau #C7E9F2

Color information

#C7E9F2 (or 0xC7E9F2) is unknown color: approx Onahau. HEX triplet: C7, E9 and F2. RGB value is (199,233,242). Sum of RGB (Red+Green+Blue) = 199+233+242=674 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.53% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7E9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7E9F2 is #38160D. Grayscale: #DFDFDF. Windows color (decimal): -3675662 or 15919559. OLE color: 15919559.

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

Color convert

RGB199233242-
CMYK0.180.0400.05
HSL192.56º62.32%86.47%-
HSV(B)192.56º17.77%94.9%-
XYZ68.7276.8395.21-
YUV223.86138.24110.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.53%
GREEN value IS 233 (91.41% from 255) = 34.57%
BLUE value IS 242 (94.92% from 255) = 35.91%
R=29.53%
G=34.57%
B=35.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1992332420.180.0400.05192.5662.3286.47
HexC7E9F212405c13e56
Octal3073513622240530176126
Binary110001111110100111110010100101000101110000011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E9F2; }

 p { color: rgb(199,233,242); }

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

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

 a { background-color: rgb(199,233,242); }

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

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

 span { border-color: rgb(199,233,242); }

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