#C8E6EB

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

Shades of Onahau #C8E6EB

Tints of Onahau #C8E6EB

Color information

#C8E6EB (or 0xC8E6EB) is unknown color: approx Onahau. HEX triplet: C8, E6 and EB. RGB value is (200,230,235). Sum of RGB (Red+Green+Blue) = 200+230+235=665 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.08% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E6EB is #371914. Grayscale: #DDDDDD. Windows color (decimal): -3610901 or 15460040. OLE color: 15460040.

HSL color Cylindrical-coordinate representation of color #C8E6EB: hue angle of 188.57º 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 #C8E6EB is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200230235-
CMYK0.150.0200.08
HSL188.57º46.67%85.29%-
HSV(B)188.57º14.89%92.16%-
XYZ67.1174.8789.51-
YUV221.6135.56112.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.08%
GREEN value IS 230 (90.23% from 255) = 34.59%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=30.08%
G=34.59%
B=35.34%

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
Decimal2002302350.150.0200.08188.5746.6785.29
HexC8E6EBF208bd2f55
Octal31034635317201027557125
Binary11001000111001101110101111111001000101111011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E6EB; }

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

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

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

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

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

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

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

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