#c8e8f0

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

Shades of Onahau #C8E8F0

Tints of Onahau #C8E8F0

Color information

#C8E8F0 (or 0xC8E8F0) is unknown color: approx Onahau. HEX triplet: C8, E8 and F0. RGB value is (200,232,240). Sum of RGB (Red+Green+Blue) = 200+232+240=672 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.76% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 240 - color contains mainly: blue. Hex color #C8E8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E8F0 is #37170F. Grayscale: #DFDFDF. Windows color (decimal): -3610384 or 15788232. OLE color: 15788232.

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

Color convert

RGB200232240-
CMYK0.170.0300.06
HSL192º57.14%86.27%-
HSV(B)192º16.67%94.12%-
XYZ68.476.2893.56-
YUV223.34137.4111.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.76%
GREEN value IS 232 (91.02% from 255) = 34.52%
BLUE value IS 240 (94.14% from 255) = 35.71%
R=29.76%
G=34.52%
B=35.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002322400.170.0300.0619257.1486.27
HexC8E8F011306c03956
Octal3103503602130630071126
Binary11001000111010001111000010001110110110000001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8e8f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8e8f0; }

 p { color: rgb(200,232,240); }

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

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

 a { background-color: rgb(200,232,240); }

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

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

 span { border-color: rgb(200,232,240); }

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