#C0F6FC

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

Shades of Onahau #C0F6FC

Tints of Onahau #C0F6FC

Color information

#C0F6FC (or 0xC0F6FC) is unknown color: approx Onahau. HEX triplet: C0, F6 and FC. RGB value is (192,246,252). Sum of RGB (Red+Green+Blue) = 192+246+252=690 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.83% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0F6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F6FC is #3F0903. Grayscale: #E6E6E6. Windows color (decimal): -4131076 or 16578240. OLE color: 16578240.

HSL color Cylindrical-coordinate representation of color #C0F6FC: hue angle of 186º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0F6FC is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192246252-
CMYK0.240.0200.01
HSL186º90.91%87.06%-
HSV(B)186º23.81%98.82%-
XYZ72.2684.15104.53-
YUV230.54140.11100.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.83%
GREEN value IS 246 (96.48% from 255) = 35.65%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=27.83%
G=35.65%
B=36.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922462520.240.0200.0118690.9187.06
HexC0F6FC18201ba5b57
Octal30036637430201272133127
Binary1100000011110110111111001100010011011101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F6FC; }

 p { color: rgb(192,246,252); }

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

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

 a { background-color: rgb(192,246,252); }

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

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

 span { border-color: rgb(192,246,252); }

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