#C8E4ED

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

Shades of Onahau #C8E4ED

Tints of Onahau #C8E4ED

Color information

#C8E4ED (or 0xC8E4ED) is unknown color: approx Onahau. HEX triplet: C8, E4 and ED. RGB value is (200,228,237). Sum of RGB (Red+Green+Blue) = 200+228+237=665 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.08% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8E4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E4ED is #371B12. Grayscale: #DCDCDC. Windows color (decimal): -3611411 or 15590600. OLE color: 15590600.

HSL color Cylindrical-coordinate representation of color #C8E4ED: hue angle of 194.59º 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 #C8E4ED is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200228237-
CMYK0.160.0400.07
HSL194.59º50.68%85.69%-
HSV(B)194.59º15.61%92.94%-
XYZ66.8573.8890.86-
YUV220.65137.22113.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.08%
GREEN value IS 228 (89.45% from 255) = 34.29%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=30.08%
G=34.29%
B=35.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002282370.160.0400.07194.5950.6885.69
HexC8E4ED10407c33356
Octal3103443552040730363126
Binary110010001110010011101101100001000111110000111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E4ED; }

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

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

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

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

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

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

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

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