Html Css Color HEX #65AADF Malibu

📋 copy color: '#65AADF'

red 101 ◦ green 170 ◦ blue 223

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

Shades of Malibu #65AADF

Tints of Malibu #65AADF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.41%

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

R = 20.45%
G = 34.41%
B = 45.14%

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

#65AADF (or 0x65AADF) is known color: Malibu. HEX triplet: 65, AA and DF. RGB value is (101,170,223). Sum of RGB (Red+Green+Blue) = 101+170+223=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #65AADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AADF is #9A5520. Grayscale: #9B9B9B. Windows color (decimal): -10114337 or 14658149. OLE color: 14658149.

HSL color Cylindrical-coordinate representation of color #65AADF: hue angle of 206.07º 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 #65AADF is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 170 223 -
CMYK 0.55 0.24 0 0.13
HSL 206.07º 0.66% 0.64% -
HSV(B) 206.07º 0.55% 0.87% -
XYZ 33.06 36.84 75.18 -
YUV 155.41 166.14 89.19 -
System Red Green Blue C M Y K H S L
Decimal 101 170 223 0.55 0.24 0 0.13 206.07 0.66 0.64
Hex 65 AA DF 37 18 0 D CE 42 40
Octal 145 252 337 67 30 0 15 316 102 100
Binary 1100101 10101010 11011111 110111 11000 0 1101 11001110 1000010 1000000

Color Harmonies of #65AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AADF

Black with #65AADF

Text Example


Text Example

White with #65AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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