#61AFDB

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

Shades of Malibu #61AFDB

Tints of Malibu #61AFDB

Color information

#61AFDB (or 0x61AFDB) is unknown color: approx Malibu. HEX triplet: 61, AF and DB. RGB value is (97,175,219). Sum of RGB (Red+Green+Blue) = 97+175+219=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #61AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFDB is #9E5024. Grayscale: #9C9C9C. Windows color (decimal): -10375205 or 14397281. OLE color: 14397281.

HSL color Cylindrical-coordinate representation of color #61AFDB: hue angle of 201.64º 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 #61AFDB is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97175219-
CMYK0.560.2000.14
HSL201.64º62.89%61.96%-
HSV(B)201.64º55.71%85.88%-
XYZ33.0538.3272.67-
YUV156.69163.1685.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.76%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 219 (85.94% from 255) = 44.60%
R=19.76%
G=35.64%
B=44.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971752190.560.2000.14201.6462.8961.96
Hex61AFDB38140Eca3f3e
Octal14125733370240163127776
Binary11000011010111111011011111000101000111011001010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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