Html Css Color HEX #65A9DF Malibu

📋 copy color: '#65A9DF'

red 101 ◦ green 169 ◦ blue 223

#65A9DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #65A9DF

Tints of Malibu #65A9DF

RGB

 RED value IS 101 (39.84% from 255) = 20.49%

 GREEN value IS 169 (66.41% from 255) = 34.28%

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 20.49%
G = 34.28%
B = 45.23%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65A9DF (or 0x65A9DF) is known color: Malibu. HEX triplet: 65, A9 and DF. RGB value is (101,169,223). Sum of RGB (Red+Green+Blue) = 101+169+223=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #65A9DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A9DF is #9A5620. Grayscale: #9A9A9A. Windows color (decimal): -10114593 or 14657893. OLE color: 14657893.

HSL color Cylindrical-coordinate representation of color #65A9DF: hue angle of 206.56º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65A9DF is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 169 223 -
CMYK 0.55 0.24 0 0.13
HSL 206.56º 0.66% 0.64% -
HSV(B) 206.56º 0.55% 0.87% -
XYZ 32.87 36.47 75.12 -
YUV 154.82 166.47 89.61 -
System Red Green Blue C M Y K H S L
Decimal 101 169 223 0.55 0.24 0 0.13 206.56 0.66 0.64
Hex 65 A9 DF 37 18 0 D CF 42 40
Octal 145 251 337 67 30 0 15 317 102 100
Binary 1100101 10101001 11011111 110111 11000 0 1101 11001111 1000010 1000000

Color Harmonies of #65A9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A9DF

Black with #65A9DF

Text Example


Text Example

White with #65A9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,169,223); }

 H1.HeaderClassName
 {
   color: #65A9DF;
 }
 .AnyTagClassName
 {
   color: #65A9DF;
 }
</style>

background-color css

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

 a { background-color: rgb(101,169,223); }

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

border-color css

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

 span { border-color: rgb(101,169,223); }

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