#C6EBEF

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

Shades of Onahau #C6EBEF

Tints of Onahau #C6EBEF

Color information

#C6EBEF (or 0xC6EBEF) is unknown color: approx Onahau. HEX triplet: C6, EB and EF. RGB value is (198,235,239). Sum of RGB (Red+Green+Blue) = 198+235+239=672 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.46% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EBEF is #391410. Grayscale: #E0E0E0. Windows color (decimal): -3740689 or 15723462. OLE color: 15723462.

HSL color Cylindrical-coordinate representation of color #C6EBEF: hue angle of 185.85º degrees, saturation: 0.56, 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 #C6EBEF is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB198235239-
CMYK0.170.0200.06
HSL185.85º56.16%85.69%-
HSV(B)185.85º17.15%93.73%-
XYZ68.5877.6593.04-
YUV224.39136.24109.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.46%
GREEN value IS 235 (92.19% from 255) = 34.97%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=29.46%
G=34.97%
B=35.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1982352390.170.0200.06185.8556.1685.69
HexC6EBEF11206ba3856
Octal3063533572120627270126
Binary11000110111010111110111110001100110101110101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EBEF; }

 p { color: rgb(198,235,239); }

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

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

 a { background-color: rgb(198,235,239); }

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

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

 span { border-color: rgb(198,235,239); }

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