#C6E4ED

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

Shades of Onahau #C6E4ED

Tints of Onahau #C6E4ED

Color information

#C6E4ED (or 0xC6E4ED) is unknown color: approx Onahau. HEX triplet: C6, E4 and ED. RGB value is (198,228,237). Sum of RGB (Red+Green+Blue) = 198+228+237=663 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.86% from 663); Green value is 228 (89.45% from 255 or 34.39% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6E4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E4ED is #391B12. Grayscale: #DBDBDB. Windows color (decimal): -3742483 or 15590598. OLE color: 15590598.

HSL color Cylindrical-coordinate representation of color #C6E4ED: hue angle of 193.85º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6E4ED is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198228237-
CMYK0.160.0400.07
HSL193.85º52%85.29%-
HSV(B)193.85º16.46%92.94%-
XYZ66.3273.6190.83-
YUV220.06137.56112.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.86%
GREEN value IS 228 (89.45% from 255) = 34.39%
BLUE value IS 237 (92.97% from 255) = 35.75%
R=29.86%
G=34.39%
B=35.75%

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
Decimal1982282370.160.0400.07193.855285.29
HexC6E4ED10407c23455
Octal3063443552040730264125
Binary110001101110010011101101100001000111110000101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E4ED; }

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

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

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

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

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

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

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

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