Html Css Color HEX #65BADB Malibu

📋 copy color: '#65BADB'

red 101 ◦ green 186 ◦ blue 219

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

Shades of Malibu #65BADB

Tints of Malibu #65BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 19.96%
G = 36.76%
B = 43.28%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#65BADB (or 0x65BADB) is known color: Malibu. HEX triplet: 65, BA and DB. RGB value is (101,186,219). Sum of RGB (Red+Green+Blue) = 101+186+219=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #65BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BADB is #9A4524. Grayscale: #A4A4A4. Windows color (decimal): -10110245 or 14400101. OLE color: 14400101.

HSL color Cylindrical-coordinate representation of color #65BADB: hue angle of 196.78º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65BADB is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 186 219 -
CMYK 0.54 0.15 0 0.14
HSL 196.78º 0.62% 0.63% -
HSV(B) 196.78º 0.54% 0.86% -
XYZ 35.71 43 73.44 -
YUV 164.35 158.84 82.82 -
System Red Green Blue C M Y K H S L
Decimal 101 186 219 0.54 0.15 0 0.14 196.78 0.62 0.63
Hex 65 BA DB 36 F 0 E C5 3E 3F
Octal 145 272 333 66 17 0 16 305 76 77
Binary 1100101 10111010 11011011 110110 1111 0 1110 11000101 111110 111111

Color Harmonies of #65BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BADB

Black with #65BADB

Text Example


Text Example

White with #65BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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