Html Css Color HEX #65ADEB Malibu

📋 copy color: '#65ADEB'

red 101 ◦ green 173 ◦ blue 235

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

Shades of Malibu #65ADEB

Tints of Malibu #65ADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.17%

R = 19.84%
G = 33.99%
B = 46.17%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#65ADEB (or 0x65ADEB) is known color: Malibu. HEX triplet: 65, AD and EB. RGB value is (101,173,235). Sum of RGB (Red+Green+Blue) = 101+173+235=509 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.84% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #65ADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ADEB is #9A5214. Grayscale: #9E9E9E. Windows color (decimal): -10113557 or 15445349. OLE color: 15445349.

HSL color Cylindrical-coordinate representation of color #65ADEB: hue angle of 207.76º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65ADEB is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 173 235 -
CMYK 0.57 0.26 0 0.08
HSL 207.76º 0.77% 0.66% -
HSV(B) 207.76º 0.57% 0.92% -
XYZ 35.31 38.65 84.2 -
YUV 158.54 171.15 86.96 -
System Red Green Blue C M Y K H S L
Decimal 101 173 235 0.57 0.26 0 0.08 207.76 0.77 0.66
Hex 65 AD EB 39 1A 0 8 D0 4D 42
Octal 145 255 353 71 32 0 10 320 115 102
Binary 1100101 10101101 11101011 111001 11010 0 1000 11010000 1001101 1000010

Color Harmonies of #65ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ADEB

Black with #65ADEB

Text Example


Text Example

White with #65ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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