#61B8F1

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

Shades of Malibu #61B8F1

Tints of Malibu #61B8F1

Color information

#61B8F1 (or 0x61B8F1) is unknown color: approx Malibu. HEX triplet: 61, B8 and F1. RGB value is (97,184,241). Sum of RGB (Red+Green+Blue) = 97+184+241=522 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.58% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #61B8F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61B8F1 is #9E470E. Grayscale: #A4A4A4. Windows color (decimal): -10372879 or 15841377. OLE color: 15841377.

HSL color Cylindrical-coordinate representation of color #61B8F1: hue angle of 203.75º degrees, saturation: 0.84, 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 #61B8F1 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97184241-
CMYK0.600.2400.05
HSL203.75º83.72%66.27%-
HSV(B)203.75º59.75%94.51%-
XYZ37.9543.1789.55-
YUV164.48171.1879.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.58%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 241 (94.53% from 255) = 46.17%
R=18.58%
G=35.25%
B=46.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal971842410.600.2400.05203.7583.7266.27
Hex61B8F13C1805cc5442
Octal141270361743005314124102
Binary110000110111000111100011111001100001011100110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,184,241); }

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

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

 a { background-color: rgb(97,184,241); }

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

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

 span { border-color: rgb(97,184,241); }

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