Html Css Color HEX #65BBDC Malibu

📋 copy color: '#65BBDC'

red 101 ◦ green 187 ◦ blue 220

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

Shades of Malibu #65BBDC

Tints of Malibu #65BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.81%

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

R = 19.88%
G = 36.81%
B = 43.31%

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

#65BBDC (or 0x65BBDC) is known color: Malibu. HEX triplet: 65, BB and DC. RGB value is (101,187,220). Sum of RGB (Red+Green+Blue) = 101+187+220=508 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.88% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #65BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBDC is #9A4423. Grayscale: #A4A4A4. Windows color (decimal): -10109988 or 14465893. OLE color: 14465893.

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

Color convert

RGB 101 187 220 -
CMYK 0.54 0.15 0 0.14
HSL 196.64º 0.63% 0.63% -
HSV(B) 196.64º 0.54% 0.86% -
XYZ 36.06 43.47 74.2 -
YUV 165.05 159.01 82.32 -
System Red Green Blue C M Y K H S L
Decimal 101 187 220 0.54 0.15 0 0.14 196.64 0.63 0.63
Hex 65 BB DC 36 F 0 E C5 3F 3F
Octal 145 273 334 66 17 0 16 305 77 77
Binary 1100101 10111011 11011100 110110 1111 0 1110 11000101 111111 111111

Color Harmonies of #65BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BBDC

Black with #65BBDC

Text Example


Text Example

White with #65BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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