#C6F4FC

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

Shades of Onahau #C6F4FC

Tints of Onahau #C6F4FC

Color information

#C6F4FC (or 0xC6F4FC) is unknown color: approx Onahau. HEX triplet: C6, F4 and FC. RGB value is (198,244,252). Sum of RGB (Red+Green+Blue) = 198+244+252=694 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.53% from 694); Green value is 244 (95.70% from 255 or 35.16% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6F4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F4FC is #390B03. Grayscale: #E7E7E7. Windows color (decimal): -3738372 or 16577734. OLE color: 16577734.

HSL color Cylindrical-coordinate representation of color #C6F4FC: hue angle of 188.89º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6F4FC is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB198244252-
CMYK0.210.0300.01
HSL188.89º90%88.24%-
HSV(B)188.89º21.43%98.82%-
XYZ73.2183.74104.4-
YUV231.16139.76104.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.53%
GREEN value IS 244 (95.70% from 255) = 35.16%
BLUE value IS 252 (98.83% from 255) = 36.31%
R=28.53%
G=35.16%
B=36.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1982442520.210.0300.01188.899088.24
HexC6F4FC15301bd5a58
Octal30636437425301275132130
Binary1100011011110100111111001010111011011110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F4FC; }

 p { color: rgb(198,244,252); }

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

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

 a { background-color: rgb(198,244,252); }

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

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

 span { border-color: rgb(198,244,252); }

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