#61AFDA

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

Shades of Malibu #61AFDA

Tints of Malibu #61AFDA

Color information

#61AFDA (or 0x61AFDA) is unknown color: approx Malibu. HEX triplet: 61, AF and DA. RGB value is (97,175,218). Sum of RGB (Red+Green+Blue) = 97+175+218=490 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.80% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #61AFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFDA is #9E5025. Grayscale: #9C9C9C. Windows color (decimal): -10375206 or 14331745. OLE color: 14331745.

HSL color Cylindrical-coordinate representation of color #61AFDA: hue angle of 201.32º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61AFDA is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97175218-
CMYK0.560.2000.15
HSL201.32º62.05%61.76%-
HSV(B)201.32º55.5%85.49%-
XYZ32.9138.2671.98-
YUV156.58162.6685.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.80%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 218 (85.55% from 255) = 44.49%
R=19.80%
G=35.71%
B=44.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971752180.560.2000.15201.3262.0561.76
Hex61AFDA38140Fc93e3e
Octal14125733270240173117676
Binary11000011010111111011010111000101000111111001001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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