Html Css Color HEX #65BCDB Malibu

📋 copy color: '#65BCDB'

red 101 ◦ green 188 ◦ blue 219

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

Shades of Malibu #65BCDB

Tints of Malibu #65BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.01%

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

R = 19.88%
G = 37.01%
B = 43.11%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#65BCDB (or 0x65BCDB) is known color: Malibu. HEX triplet: 65, BC and DB. RGB value is (101,188,219). Sum of RGB (Red+Green+Blue) = 101+188+219=508 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.88% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #65BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCDB is #9A4324. Grayscale: #A5A5A5. Windows color (decimal): -10109733 or 14400613. OLE color: 14400613.

HSL color Cylindrical-coordinate representation of color #65BCDB: hue angle of 195.76º 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 #65BCDB is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 188 219 -
CMYK 0.54 0.14 0 0.14
HSL 195.76º 0.62% 0.63% -
HSV(B) 195.76º 0.54% 0.86% -
XYZ 36.14 43.85 73.58 -
YUV 165.52 158.18 81.98 -
System Red Green Blue C M Y K H S L
Decimal 101 188 219 0.54 0.14 0 0.14 195.76 0.62 0.63
Hex 65 BC DB 36 E 0 E C4 3E 3F
Octal 145 274 333 66 16 0 16 304 76 77
Binary 1100101 10111100 11011011 110110 1110 0 1110 11000100 111110 111111

Color Harmonies of #65BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BCDB

Black with #65BCDB

Text Example


Text Example

White with #65BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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