#61BDE8

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

Shades of Malibu #61BDE8

Tints of Malibu #61BDE8

Color information

#61BDE8 (or 0x61BDE8) is unknown color: approx Malibu. HEX triplet: 61, BD and E8. RGB value is (97,189,232). Sum of RGB (Red+Green+Blue) = 97+189+232=518 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.73% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 232 (91.02% from 255 or 44.79% from 518); Max value from RGB is 232 - color contains mainly: blue. Hex color #61BDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BDE8 is #9E4217. Grayscale: #A6A6A6. Windows color (decimal): -10371608 or 15252833. OLE color: 15252833.

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

Color convert

RGB97189232-
CMYK0.580.1900.09
HSL199.11º74.59%64.51%-
HSV(B)199.11º58.19%90.98%-
XYZ37.6944.7683-
YUV166.39165.0278.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.73%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 232 (91.02% from 255) = 44.79%
R=18.73%
G=36.49%
B=44.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal971892320.580.1900.09199.1174.5964.51
Hex61BDE83A1309c74b41
Octal1412753507223011307113101
Binary1100001101111011110100011101010011010011100011110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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