#C7EBF2

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

Shades of Onahau #C7EBF2

Tints of Onahau #C7EBF2

Color information

#C7EBF2 (or 0xC7EBF2) is unknown color: approx Onahau. HEX triplet: C7, EB and F2. RGB value is (199,235,242). Sum of RGB (Red+Green+Blue) = 199+235+242=676 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.44% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7EBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EBF2 is #38140D. Grayscale: #E0E0E0. Windows color (decimal): -3675150 or 15920071. OLE color: 15920071.

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

Color convert

RGB199235242-
CMYK0.180.0300.05
HSL189.77º62.32%86.47%-
HSV(B)189.77º17.77%94.9%-
XYZ69.2977.9795.4-
YUV225.03137.57109.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.44%
GREEN value IS 235 (92.19% from 255) = 34.76%
BLUE value IS 242 (94.92% from 255) = 35.80%
R=29.44%
G=34.76%
B=35.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1992352420.180.0300.05189.7762.3286.47
HexC7EBF212305be3e56
Octal3073533622230527676126
Binary11000111111010111111001010010110101101111101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EBF2; }

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

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

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

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

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

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

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

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