#C7E6EB

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

Shades of Onahau #C7E6EB

Tints of Onahau #C7E6EB

Color information

#C7E6EB (or 0xC7E6EB) is unknown color: approx Onahau. HEX triplet: C7, E6 and EB. RGB value is (199,230,235). Sum of RGB (Red+Green+Blue) = 199+230+235=664 (87% of max value = 765). Red value is 199 (78.12% from 255 or 29.97% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7E6EB is #381914. Grayscale: #DDDDDD. Windows color (decimal): -3676437 or 15460039. OLE color: 15460039.

HSL color Cylindrical-coordinate representation of color #C7E6EB: hue angle of 188.33º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7E6EB is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199230235-
CMYK0.150.0200.08
HSL188.33º47.37%85.1%-
HSV(B)188.33º15.32%92.16%-
XYZ66.8574.7389.5-
YUV221.3135.73112.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.97%
GREEN value IS 230 (90.23% from 255) = 34.64%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=29.97%
G=34.64%
B=35.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1992302350.150.0200.08188.3347.3785.1
HexC7E6EBF208bc2f55
Octal30734635317201027457125
Binary11000111111001101110101111111001000101111001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E6EB; }

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

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

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

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

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

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

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

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