#61B3E8

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

Shades of Malibu #61B3E8

Tints of Malibu #61B3E8

Color information

#61B3E8 (or 0x61B3E8) is unknown color: approx Malibu. HEX triplet: 61, B3 and E8. RGB value is (97,179,232). Sum of RGB (Red+Green+Blue) = 97+179+232=508 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.09% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 232 (91.02% from 255 or 45.67% from 508); Max value from RGB is 232 - color contains mainly: blue. Hex color #61B3E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61B3E8 is #9E4C17. Grayscale: #A0A0A0. Windows color (decimal): -10374168 or 15250273. OLE color: 15250273.

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

Color convert

RGB97179232-
CMYK0.580.2300.09
HSL203.56º74.59%64.51%-
HSV(B)203.56º58.19%90.98%-
XYZ35.6240.6182.3-
YUV160.52168.3382.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.09%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 232 (91.02% from 255) = 45.67%
R=19.09%
G=35.24%
B=45.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal971792320.580.2300.09203.5674.5964.51
Hex61B3E83A1709cc4b41
Octal1412633507227011314113101
Binary1100001101100111110100011101010111010011100110010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,179,232); }

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

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

 a { background-color: rgb(97,179,232); }

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

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

 span { border-color: rgb(97,179,232); }

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