#61C0F2

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

Shades of Malibu #61C0F2

Tints of Malibu #61C0F2

Color information

#61C0F2 (or 0x61C0F2) is unknown color: approx Malibu. HEX triplet: 61, C0 and F2. RGB value is (97,192,242). Sum of RGB (Red+Green+Blue) = 97+192+242=531 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.27% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #61C0F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C0F2 is #9E3F0D. Grayscale: #A9A9A9. Windows color (decimal): -10370830 or 15908961. OLE color: 15908961.

HSL color Cylindrical-coordinate representation of color #61C0F2: hue angle of 200.69º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61C0F2 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97192242-
CMYK0.600.2100.05
HSL200.69º84.8%66.47%-
HSV(B)200.69º59.92%94.9%-
XYZ39.8146.6590.91-
YUV169.3169.0376.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.27%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 242 (94.92% from 255) = 45.57%
R=18.27%
G=36.16%
B=45.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal971922420.600.2100.05200.6984.866.47
Hex61C0F23C1505c95542
Octal141300362742505311125102
Binary110000111000000111100101111001010101011100100110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61C0F2; }

 p { color: rgb(97,192,242); }

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

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

 a { background-color: rgb(97,192,242); }

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

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

 span { border-color: rgb(97,192,242); }

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