#61AFD8

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

Shades of Malibu #61AFD8

Tints of Malibu #61AFD8

Color information

#61AFD8 (or 0x61AFD8) is unknown color: approx Malibu. HEX triplet: 61, AF and D8. RGB value is (97,175,216). Sum of RGB (Red+Green+Blue) = 97+175+216=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #61AFD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFD8 is #9E5027. Grayscale: #9C9C9C. Windows color (decimal): -10375208 or 14200673. OLE color: 14200673.

HSL color Cylindrical-coordinate representation of color #61AFD8: hue angle of 200.67º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61AFD8 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97175216-
CMYK0.550.1900.15
HSL200.67º60.41%61.37%-
HSV(B)200.67º55.09%84.71%-
XYZ32.6538.1670.61-
YUV156.35161.6685.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.88%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 216 (84.77% from 255) = 44.26%
R=19.88%
G=35.86%
B=44.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971752160.550.1900.15200.6760.4161.37
Hex61AFD837130Fc93c3d
Octal14125733067230173117475
Binary11000011010111111011000110111100110111111001001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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