#C6F7FE

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

Shades of Onahau #C6F7FE

Tints of Onahau #C6F7FE

Color information

#C6F7FE (or 0xC6F7FE) is unknown color: approx Onahau. HEX triplet: C6, F7 and FE. RGB value is (198,247,254). Sum of RGB (Red+Green+Blue) = 198+247+254=699 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.33% from 699); Green value is 247 (96.88% from 255 or 35.34% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6F7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F7FE is #390801. Grayscale: #E9E9E9. Windows color (decimal): -3737602 or 16709574. OLE color: 16709574.

HSL color Cylindrical-coordinate representation of color #C6F7FE: hue angle of 187.5º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6F7FE is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB198247254-
CMYK0.220.0300.00
HSL187.5º96.55%88.63%-
HSV(B)187.5º22.05%99.61%-
XYZ74.4485.68106.38-
YUV233.15139.77102.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.33%
GREEN value IS 247 (96.88% from 255) = 35.34%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=28.33%
G=35.34%
B=36.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1982472540.220.0300.00187.596.5588.63
HexC6F7FE16300bc6159
Octal30636737626300274141131
Binary1100011011110111111111101011011001011110011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F7FE; }

 p { color: rgb(198,247,254); }

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

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

 a { background-color: rgb(198,247,254); }

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

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

 span { border-color: rgb(198,247,254); }

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