#C8EAEE

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

Shades of Onahau #C8EAEE

Tints of Onahau #C8EAEE

Color information

#C8EAEE (or 0xC8EAEE) is unknown color: approx Onahau. HEX triplet: C8, EA and EE. RGB value is (200,234,238). Sum of RGB (Red+Green+Blue) = 200+234+238=672 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.76% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EAEE is #371511. Grayscale: #E0E0E0. Windows color (decimal): -3609874 or 15657672. OLE color: 15657672.

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

Color convert

RGB200234238-
CMYK0.160.0200.07
HSL186.32º52.78%85.88%-
HSV(B)186.32º15.97%93.33%-
XYZ68.6777.392.19-
YUV224.29135.74110.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.76%
GREEN value IS 234 (91.80% from 255) = 34.82%
BLUE value IS 238 (93.36% from 255) = 35.42%
R=29.76%
G=34.82%
B=35.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002342380.160.0200.07186.3252.7885.88
HexC8EAEE10207ba3556
Octal3103523562020727265126
Binary11001000111010101110111010000100111101110101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EAEE; }

 p { color: rgb(200,234,238); }

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

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

 a { background-color: rgb(200,234,238); }

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

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

 span { border-color: rgb(200,234,238); }

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