#61B4E7

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

Shades of Malibu #61B4E7

Tints of Malibu #61B4E7

Color information

#61B4E7 (or 0x61B4E7) is unknown color: approx Malibu. HEX triplet: 61, B4 and E7. RGB value is (97,180,231). Sum of RGB (Red+Green+Blue) = 97+180+231=508 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.09% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #61B4E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61B4E7 is #9E4B18. Grayscale: #A0A0A0. Windows color (decimal): -10373913 or 15184993. OLE color: 15184993.

HSL color Cylindrical-coordinate representation of color #61B4E7: hue angle of 202.84º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61B4E7 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB97180231-
CMYK0.580.2200.09
HSL202.84º73.63%64.31%-
HSV(B)202.84º58.01%90.59%-
XYZ35.6740.9581.63-
YUV161167.582.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.09%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 231 (90.62% from 255) = 45.47%
R=19.09%
G=35.43%
B=45.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal971802310.580.2200.09202.8473.6364.31
Hex61B4E73A1609cb4a40
Octal1412643477226011313112100
Binary1100001101101001110011111101010110010011100101110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,180,231); }

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

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

 a { background-color: rgb(97,180,231); }

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

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

 span { border-color: rgb(97,180,231); }

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