Html Css Color HEX #65B3DB Malibu

📋 copy color: '#65B3DB'

red 101 ◦ green 179 ◦ blue 219

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

Shades of Malibu #65B3DB

Tints of Malibu #65B3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.87%

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

R = 20.24%
G = 35.87%
B = 43.89%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#65B3DB (or 0x65B3DB) is known color: Malibu. HEX triplet: 65, B3 and DB. RGB value is (101,179,219). Sum of RGB (Red+Green+Blue) = 101+179+219=499 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.24% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #65B3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B3DB is #9A4C24. Grayscale: #A0A0A0. Windows color (decimal): -10112037 or 14398309. OLE color: 14398309.

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

Color convert

RGB 101 179 219 -
CMYK 0.54 0.18 0 0.14
HSL 200.34º 0.62% 0.63% -
HSV(B) 200.34º 0.54% 0.86% -
XYZ 34.27 40.12 72.96 -
YUV 160.24 161.16 85.75 -
System Red Green Blue C M Y K H S L
Decimal 101 179 219 0.54 0.18 0 0.14 200.34 0.62 0.63
Hex 65 B3 DB 36 12 0 E C8 3E 3F
Octal 145 263 333 66 22 0 16 310 76 77
Binary 1100101 10110011 11011011 110110 10010 0 1110 11001000 111110 111111

Color Harmonies of #65B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B3DB

Black with #65B3DB

Text Example


Text Example

White with #65B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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