#C8E5EF

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

Shades of Onahau #C8E5EF

Tints of Onahau #C8E5EF

Color information

#C8E5EF (or 0xC8E5EF) is unknown color: approx Onahau. HEX triplet: C8, E5 and EF. RGB value is (200,229,239). Sum of RGB (Red+Green+Blue) = 200+229+239=668 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.94% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8E5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E5EF is #371A10. Grayscale: #DDDDDD. Windows color (decimal): -3611153 or 15721928. OLE color: 15721928.

HSL color Cylindrical-coordinate representation of color #C8E5EF: hue angle of 195.38º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8E5EF is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200229239-
CMYK0.160.0400.06
HSL195.38º54.93%86.08%-
HSV(B)195.38º16.32%93.73%-
XYZ67.4274.5592.5-
YUV221.47137.89112.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.94%
GREEN value IS 229 (89.84% from 255) = 34.28%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=29.94%
G=34.28%
B=35.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002292390.160.0400.06195.3854.9386.08
HexC8E5EF10406c33756
Octal3103453572040630367126
Binary110010001110010111101111100001000110110000111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E5EF; }

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

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

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

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

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

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

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

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