#C6F9FE

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

Shades of Onahau #C6F9FE

Tints of Onahau #C6F9FE

Color information

#C6F9FE (or 0xC6F9FE) is unknown color: approx Onahau. HEX triplet: C6, F9 and FE. RGB value is (198,249,254). Sum of RGB (Red+Green+Blue) = 198+249+254=701 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.25% from 701); Green value is 249 (97.66% from 255 or 35.52% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6F9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F9FE is #390601. Grayscale: #EAEAEA. Windows color (decimal): -3737090 or 16710086. OLE color: 16710086.

HSL color Cylindrical-coordinate representation of color #C6F9FE: hue angle of 185.36º 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 #C6F9FE is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB198249254-
CMYK0.220.0200.00
HSL185.36º96.55%88.63%-
HSV(B)185.36º22.05%99.61%-
XYZ75.0586.91106.59-
YUV234.32139.1102.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.25%
GREEN value IS 249 (97.66% from 255) = 35.52%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=28.25%
G=35.52%
B=36.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1982492540.220.0200.00185.3696.5588.63
HexC6F9FE16200b96159
Octal30637137626200271141131
Binary1100011011111001111111101011010001011100111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F9FE; }

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

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

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

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

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

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

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

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