Html Css Color HEX #65ADE5 Malibu

📋 copy color: '#65ADE5'

red 101 ◦ green 173 ◦ blue 229

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

Shades of Malibu #65ADE5

Tints of Malibu #65ADE5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.39%

 BLUE value IS 229 (89.84% from 255) = 45.53%

R = 20.08%
G = 34.39%
B = 45.53%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#65ADE5 (or 0x65ADE5) is known color: Malibu. HEX triplet: 65, AD and E5. RGB value is (101,173,229). Sum of RGB (Red+Green+Blue) = 101+173+229=503 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.08% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #65ADE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADE5 is #9A521A. Grayscale: #9D9D9D. Windows color (decimal): -10113563 or 15052133. OLE color: 15052133.

HSL color Cylindrical-coordinate representation of color #65ADE5: hue angle of 206.25º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65ADE5 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 101 173 229 -
CMYK 0.56 0.24 0 0.10
HSL 206.25º 0.71% 0.65% -
HSV(B) 206.25º 0.56% 0.9% -
XYZ 34.45 38.31 79.71 -
YUV 157.86 168.15 87.45 -
System Red Green Blue C M Y K H S L
Decimal 101 173 229 0.56 0.24 0 0.10 206.25 0.71 0.65
Hex 65 AD E5 38 18 0 A CE 47 41
Octal 145 255 345 70 30 0 12 316 107 101
Binary 1100101 10101101 11100101 111000 11000 0 1010 11001110 1000111 1000001

Color Harmonies of #65ADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ADE5

Black with #65ADE5

Text Example


Text Example

White with #65ADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,173,229); }

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

background-color css

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

 a { background-color: rgb(101,173,229); }

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

border-color css

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

 span { border-color: rgb(101,173,229); }

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