#61BAE0

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

Shades of Malibu #61BAE0

Tints of Malibu #61BAE0

Color information

#61BAE0 (or 0x61BAE0) is unknown color: approx Malibu. HEX triplet: 61, BA and E0. RGB value is (97,186,224). Sum of RGB (Red+Green+Blue) = 97+186+224=507 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.13% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #61BAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BAE0 is #9E451F. Grayscale: #A3A3A3. Windows color (decimal): -10372384 or 14727777. OLE color: 14727777.

HSL color Cylindrical-coordinate representation of color #61BAE0: hue angle of 197.95º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61BAE0 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB97186224-
CMYK0.570.1700.12
HSL197.95º67.2%62.94%-
HSV(B)197.95º56.7%87.84%-
XYZ35.9443.0476.93-
YUV163.72162.0180.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.13%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 224 (87.89% from 255) = 44.18%
R=19.13%
G=36.69%
B=44.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal971862240.570.1700.12197.9567.262.94
Hex61BAE039110Cc6433f
Octal141272340712101430610377
Binary110000110111010111000001110011000101100110001101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,186,224); }

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

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

 a { background-color: rgb(97,186,224); }

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

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

 span { border-color: rgb(97,186,224); }

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