#C6EDF9

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

Shades of Onahau #C6EDF9

Tints of Onahau #C6EDF9

Color information

#C6EDF9 (or 0xC6EDF9) is unknown color: approx Onahau. HEX triplet: C6, ED and F9. RGB value is (198,237,249). Sum of RGB (Red+Green+Blue) = 198+237+249=684 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.95% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #C6EDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EDF9 is #391206. Grayscale: #E2E2E2. Windows color (decimal): -3740167 or 16379334. OLE color: 16379334.

HSL color Cylindrical-coordinate representation of color #C6EDF9: hue angle of 194.12º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6EDF9 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198237249-
CMYK0.200.0500.02
HSL194.12º80.95%87.65%-
HSV(B)194.12º20.48%97.65%-
XYZ70.6779.41101.23-
YUV226.71140.58107.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.95%
GREEN value IS 237 (92.97% from 255) = 34.65%
BLUE value IS 249 (97.66% from 255) = 36.40%
R=28.95%
G=34.65%
B=36.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982372490.200.0500.02194.1280.9587.65
HexC6EDF914502c25158
Octal30635537124502302121130
Binary110001101110110111111001101001010101100001010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EDF9; }

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

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

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

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

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

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

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

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