#65AFD4

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

Shades of Malibu #65AFD4

Tints of Malibu #65AFD4

Color information

#65AFD4 (or 0x65AFD4) is unknown color: approx Malibu. HEX triplet: 65, AF and D4. RGB value is (101,175,212). Sum of RGB (Red+Green+Blue) = 101+175+212=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 212 - color contains mainly: blue. Hex color #65AFD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AFD4 is #9A502B. Grayscale: #9C9C9C. Windows color (decimal): -10113068 or 13938533. OLE color: 13938533.

HSL color Cylindrical-coordinate representation of color #65AFD4: hue angle of 200º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65AFD4 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB101175212-
CMYK0.520.1700.17
HSL200º56.35%61.37%-
HSV(B)200º52.36%83.14%-
XYZ32.5838.1867.94-
YUV157.09158.9887.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.70%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 212 (83.20% from 255) = 43.44%
R=20.70%
G=35.86%
B=43.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1011752120.520.1700.1720056.3561.37
Hex65AFD43411011c8383d
Octal14525732464210213107075
Binary110010110101111110101001101001000101000111001000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65AFD4; }

 p { color: rgb(101,175,212); }

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

<style>
 a { background-color: #65AFD4; }

 a { background-color: rgb(101,175,212); }

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

<style>
 span { border-color: #65AFD4; }

 span { border-color: rgb(101,175,212); }

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