#C6ECFA

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

Shades of Onahau #C6ECFA

Tints of Onahau #C6ECFA

Color information

#C6ECFA (or 0xC6ECFA) is unknown color: approx Onahau. HEX triplet: C6, EC and FA. RGB value is (198,236,250). Sum of RGB (Red+Green+Blue) = 198+236+250=684 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.95% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6ECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6ECFA is #391305. Grayscale: #E2E2E2. Windows color (decimal): -3740422 or 16444614. OLE color: 16444614.

HSL color Cylindrical-coordinate representation of color #C6ECFA: hue angle of 196.15º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6ECFA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198236250-
CMYK0.210.0600.02
HSL196.15º83.87%87.84%-
HSV(B)196.15º20.8%98.04%-
XYZ70.5478.9101.95-
YUV226.23141.41107.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.95%
GREEN value IS 236 (92.58% from 255) = 34.50%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=28.95%
G=34.50%
B=36.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982362500.210.0600.02196.1583.8787.84
HexC6ECFA15602c45458
Octal30635437225602304124130
Binary110001101110110011111010101011100101100010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ECFA; }

 p { color: rgb(198,236,250); }

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

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

 a { background-color: rgb(198,236,250); }

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

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

 span { border-color: rgb(198,236,250); }

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