Html Css Color HEX #65BADE Malibu

📋 copy color: '#65BADE'

red 101 ◦ green 186 ◦ blue 222

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

Shades of Malibu #65BADE

Tints of Malibu #65BADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.54%

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 19.84%
G = 36.54%
B = 43.61%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65BADE (or 0x65BADE) is known color: Malibu. HEX triplet: 65, BA and DE. RGB value is (101,186,222). Sum of RGB (Red+Green+Blue) = 101+186+222=509 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.84% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #65BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BADE is #9A4521. Grayscale: #A4A4A4. Windows color (decimal): -10110242 or 14596709. OLE color: 14596709.

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

Color convert

RGB 101 186 222 -
CMYK 0.55 0.16 0 0.13
HSL 197.85º 0.65% 0.63% -
HSV(B) 197.85º 0.55% 0.87% -
XYZ 36.11 43.16 75.53 -
YUV 164.69 160.34 82.57 -
System Red Green Blue C M Y K H S L
Decimal 101 186 222 0.55 0.16 0 0.13 197.85 0.65 0.63
Hex 65 BA DE 37 10 0 D C6 41 3F
Octal 145 272 336 67 20 0 15 306 101 77
Binary 1100101 10111010 11011110 110111 10000 0 1101 11000110 1000001 111111

Color Harmonies of #65BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BADE

Black with #65BADE

Text Example


Text Example

White with #65BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,186,222); }

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

background-color css

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

 a { background-color: rgb(101,186,222); }

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

border-color css

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

 span { border-color: rgb(101,186,222); }

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