#61BBEE

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

Shades of Malibu #61BBEE

Tints of Malibu #61BBEE

Color information

#61BBEE (or 0x61BBEE) is unknown color: approx Malibu. HEX triplet: 61, BB and EE. RGB value is (97,187,238). Sum of RGB (Red+Green+Blue) = 97+187+238=522 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.58% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #61BBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BBEE is #9E4411. Grayscale: #A5A5A5. Windows color (decimal): -10372114 or 15645537. OLE color: 15645537.

HSL color Cylindrical-coordinate representation of color #61BBEE: hue angle of 201.7º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61BBEE is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97187238-
CMYK0.590.2100.07
HSL201.7º80.57%65.69%-
HSV(B)201.7º59.24%93.33%-
XYZ38.1344.2687.42-
YUV165.9168.6878.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.58%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 238 (93.36% from 255) = 45.59%
R=18.58%
G=35.82%
B=45.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal971872380.590.2100.07201.780.5765.69
Hex61BBEE3B1507ca5142
Octal141273356732507312121102
Binary110000110111011111011101110111010101111100101010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,187,238); }

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

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

 a { background-color: rgb(97,187,238); }

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

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

 span { border-color: rgb(97,187,238); }

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