#C8E5EB

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

Shades of Onahau #C8E5EB

Tints of Onahau #C8E5EB

Color information

#C8E5EB (or 0xC8E5EB) is unknown color: approx Onahau. HEX triplet: C8, E5 and EB. RGB value is (200,229,235). Sum of RGB (Red+Green+Blue) = 200+229+235=664 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.12% from 664); Green value is 229 (89.84% from 255 or 34.49% 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 #C8E5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E5EB is #371A14. Grayscale: #DCDCDC. Windows color (decimal): -3611157 or 15459784. OLE color: 15459784.

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

Color convert

RGB200229235-
CMYK0.150.0300.08
HSL190.29º46.67%85.29%-
HSV(B)190.29º14.89%92.16%-
XYZ66.8374.3289.42-
YUV221.01135.89113.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.12%
GREEN value IS 229 (89.84% from 255) = 34.49%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=30.12%
G=34.49%
B=35.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002292350.150.0300.08190.2946.6785.29
HexC8E5EBF308be2f55
Octal31034535317301027657125
Binary11001000111001011110101111111101000101111101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E5EB; }

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

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

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

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

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

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

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

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