#61addb

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

Shades of Malibu #61ADDB

Tints of Malibu #61ADDB

Color information

#61ADDB (or 0x61ADDB) is unknown color: approx Malibu. HEX triplet: 61, AD and DB. RGB value is (97,173,219). Sum of RGB (Red+Green+Blue) = 97+173+219=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #61ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADDB is #9E5224. Grayscale: #9B9B9B. Windows color (decimal): -10375717 or 14396769. OLE color: 14396769.

HSL color Cylindrical-coordinate representation of color #61ADDB: hue angle of 202.62º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61ADDB is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97173219-
CMYK0.560.2100.14
HSL202.62º62.89%61.96%-
HSV(B)202.62º55.71%85.88%-
XYZ32.6637.5472.54-
YUV155.52163.8286.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.84%
GREEN value IS 173 (67.97% from 255) = 35.38%
BLUE value IS 219 (85.94% from 255) = 44.79%
R=19.84%
G=35.38%
B=44.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971732190.560.2100.14202.6262.8961.96
Hex61ADDB38150Ecb3f3e
Octal14125533370250163137776
Binary11000011010110111011011111000101010111011001011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61addb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,173,219); }

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

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

 a { background-color: rgb(97,173,219); }

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

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

 span { border-color: rgb(97,173,219); }

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