#61B2E8

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

Shades of Malibu #61B2E8

Tints of Malibu #61B2E8

Color information

#61B2E8 (or 0x61B2E8) is unknown color: approx Malibu. HEX triplet: 61, B2 and E8. RGB value is (97,178,232). Sum of RGB (Red+Green+Blue) = 97+178+232=507 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.13% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #61B2E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61B2E8 is #9E4D17. Grayscale: #9F9F9F. Windows color (decimal): -10374424 or 15250017. OLE color: 15250017.

HSL color Cylindrical-coordinate representation of color #61B2E8: hue angle of 204º 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 #61B2E8 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB97178232-
CMYK0.580.2300.09
HSL204º74.59%64.51%-
HSV(B)204º58.19%90.98%-
XYZ35.4240.2182.24-
YUV159.94168.6683.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.13%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 232 (91.02% from 255) = 45.76%
R=19.13%
G=35.11%
B=45.76%

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
Decimal971782320.580.2300.0920474.5964.51
Hex61B2E83A1709cc4b41
Octal1412623507227011314113101
Binary1100001101100101110100011101010111010011100110010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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