#C8E9F1

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

Shades of Onahau #C8E9F1

Tints of Onahau #C8E9F1

Color information

#C8E9F1 (or 0xC8E9F1) is unknown color: approx Onahau. HEX triplet: C8, E9 and F1. RGB value is (200,233,241). Sum of RGB (Red+Green+Blue) = 200+233+241=674 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.67% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8E9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E9F1 is #37160E. Grayscale: #DFDFDF. Windows color (decimal): -3610127 or 15854024. OLE color: 15854024.

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

Color convert

RGB200233241-
CMYK0.170.0300.05
HSL191.71º59.42%86.47%-
HSV(B)191.71º17.01%94.51%-
XYZ68.8476.9194.44-
YUV224.04137.57110.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.67%
GREEN value IS 233 (91.41% from 255) = 34.57%
BLUE value IS 241 (94.53% from 255) = 35.76%
R=29.67%
G=34.57%
B=35.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2002332410.170.0300.05191.7159.4286.47
HexC8E9F111305c03b56
Octal3103513612130530073126
Binary11001000111010011111000110001110101110000001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E9F1; }

 p { color: rgb(200,233,241); }

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

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

 a { background-color: rgb(200,233,241); }

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

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

 span { border-color: rgb(200,233,241); }

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