#C6E3ED

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

Shades of Onahau #C6E3ED

Tints of Onahau #C6E3ED

Color information

#C6E3ED (or 0xC6E3ED) is unknown color: approx Onahau. HEX triplet: C6, E3 and ED. RGB value is (198,227,237). Sum of RGB (Red+Green+Blue) = 198+227+237=662 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.91% from 662); Green value is 227 (89.06% from 255 or 34.29% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6E3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E3ED is #391C12. Grayscale: #DBDBDB. Windows color (decimal): -3742739 or 15590342. OLE color: 15590342.

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

Color convert

RGB198227237-
CMYK0.160.0400.07
HSL195.38º52%85.29%-
HSV(B)195.38º16.46%92.94%-
XYZ66.0473.0690.74-
YUV219.47137.89112.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.91%
GREEN value IS 227 (89.06% from 255) = 34.29%
BLUE value IS 237 (92.97% from 255) = 35.80%
R=29.91%
G=34.29%
B=35.80%

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
Decimal1982272370.160.0400.07195.385285.29
HexC6E3ED10407c33455
Octal3063433552040730364125
Binary110001101110001111101101100001000111110000111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E3ED; }

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

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

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

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

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

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

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

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