#C6E6EB

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

Shades of Onahau #C6E6EB

Tints of Onahau #C6E6EB

Color information

#C6E6EB (or 0xC6E6EB) is unknown color: approx Onahau. HEX triplet: C6, E6 and EB. RGB value is (198,230,235). Sum of RGB (Red+Green+Blue) = 198+230+235=663 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.86% from 663); Green value is 230 (90.23% from 255 or 34.69% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6E6EB is #391914. Grayscale: #DCDCDC. Windows color (decimal): -3741973 or 15460038. OLE color: 15460038.

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

Color convert

RGB198230235-
CMYK0.160.0200.08
HSL188.11º48.05%84.9%-
HSV(B)188.11º15.74%92.16%-
XYZ66.5874.689.49-
YUV221135.9111.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.86%
GREEN value IS 230 (90.23% from 255) = 34.69%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=29.86%
G=34.69%
B=35.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1982302350.160.0200.08188.1148.0584.9
HexC6E6EB10208bc3055
Octal30634635320201027460125
Binary110001101110011011101011100001001000101111001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E6EB; }

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

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

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

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

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

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

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

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