#C6F5FF

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

Shades of Onahau #C6F5FF

Tints of Onahau #C6F5FF

Color information

#C6F5FF (or 0xC6F5FF) is unknown color: approx Onahau. HEX triplet: C6, F5 and FF. RGB value is (198,245,255). Sum of RGB (Red+Green+Blue) = 198+245+255=698 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.37% from 698); Green value is 245 (96.09% from 255 or 35.10% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6F5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F5FF is #390A00. Grayscale: #E8E8E8. Windows color (decimal): -3738113 or 16774598. OLE color: 16774598.

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

Color convert

RGB198245255-
CMYK0.220.0400
HSL190.53º100%88.82%-
HSV(B)190.53º22.35%100%-
XYZ73.9984.53107.02-
YUV232.09140.93103.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.37%
GREEN value IS 245 (96.09% from 255) = 35.10%
BLUE value IS 255 (100% from 255) = 36.53%
R=28.37%
G=35.10%
B=36.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1982452550.220.0400190.5310088.82
HexC6F5FF16400bf6459
Octal30636537726400277144131
Binary11000110111101011111111110110100001011111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F5FF; }

 p { color: rgb(198,245,255); }

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

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

 a { background-color: rgb(198,245,255); }

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

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

 span { border-color: rgb(198,245,255); }

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