#C6F0FF

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

Shades of Onahau #C6F0FF

Tints of Onahau #C6F0FF

Color information

#C6F0FF (or 0xC6F0FF) is unknown color: approx Onahau. HEX triplet: C6, F0 and FF. RGB value is (198,240,255). Sum of RGB (Red+Green+Blue) = 198+240+255=693 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.57% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F0FF is #390F00. Grayscale: #E5E5E5. Windows color (decimal): -3739393 or 16773318. OLE color: 16773318.

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

Color convert

RGB198240255-
CMYK0.220.0600
HSL195.79º100%88.82%-
HSV(B)195.79º22.35%100%-
XYZ72.581.55106.53-
YUV229.15142.59105.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.57%
GREEN value IS 240 (94.14% from 255) = 34.63%
BLUE value IS 255 (100% from 255) = 36.80%
R=28.57%
G=34.63%
B=36.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1982402550.220.0600195.7910088.82
HexC6F0FF16600c46459
Octal30636037726600304144131
Binary11000110111100001111111110110110001100010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F0FF; }

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

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

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

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

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

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

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

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