#C8E5ED

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

Shades of Onahau #C8E5ED

Tints of Onahau #C8E5ED

Color information

#C8E5ED (or 0xC8E5ED) is unknown color: approx Onahau. HEX triplet: C8, E5 and ED. RGB value is (200,229,237). Sum of RGB (Red+Green+Blue) = 200+229+237=666 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.03% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8E5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E5ED is #371A12. Grayscale: #DDDDDD. Windows color (decimal): -3611155 or 15590856. OLE color: 15590856.

HSL color Cylindrical-coordinate representation of color #C8E5ED: hue angle of 192.97º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8E5ED is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200229237-
CMYK0.160.0300.07
HSL192.97º50.68%85.69%-
HSV(B)192.97º15.61%92.94%-
XYZ67.1274.4390.95-
YUV221.24136.89112.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.03%
GREEN value IS 229 (89.84% from 255) = 34.38%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=30.03%
G=34.38%
B=35.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002292370.160.0300.07192.9750.6885.69
HexC8E5ED10307c13356
Octal3103453552030730163126
Binary11001000111001011110110110000110111110000011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E5ED; }

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

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

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

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

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

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

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

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