Html Css Color HEX #65B0DC Malibu

📋 copy color: '#65B0DC'

red 101 ◦ green 176 ◦ blue 220

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

Shades of Malibu #65B0DC

Tints of Malibu #65B0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.41%

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 20.32%
G = 35.41%
B = 44.27%

CMYK

 C value IS 0.54

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#65B0DC (or 0x65B0DC) is known color: Malibu. HEX triplet: 65, B0 and DC. RGB value is (101,176,220). Sum of RGB (Red+Green+Blue) = 101+176+220=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #65B0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B0DC is #9A4F23. Grayscale: #9E9E9E. Windows color (decimal): -10112804 or 14463077. OLE color: 14463077.

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

Color convert

RGB 101 176 220 -
CMYK 0.54 0.2 0 0.14
HSL 202.18º 0.63% 0.63% -
HSV(B) 202.18º 0.54% 0.86% -
XYZ 33.81 38.98 73.45 -
YUV 158.59 162.65 86.92 -
System Red Green Blue C M Y K H S L
Decimal 101 176 220 0.54 0.2 0 0.14 202.18 0.63 0.63
Hex 65 B0 DC 36 14 0 E CA 3F 3F
Octal 145 260 334 66 24 0 16 312 77 77
Binary 1100101 10110000 11011100 110110 10100 0 1110 11001010 111111 111111

Color Harmonies of #65B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B0DC

Black with #65B0DC

Text Example


Text Example

White with #65B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,176,220); }

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

background-color css

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

 a { background-color: rgb(101,176,220); }

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

border-color css

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

 span { border-color: rgb(101,176,220); }

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