Html Css Color HEX #65BCDC Malibu

📋 copy color: '#65BCDC'

red 101 ◦ green 188 ◦ blue 220

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

Shades of Malibu #65BCDC

Tints of Malibu #65BCDC

RGB

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

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

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

R = 19.84%
G = 36.94%
B = 43.22%

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

#65BCDC (or 0x65BCDC) is known color: Malibu. HEX triplet: 65, BC and DC. RGB value is (101,188,220). Sum of RGB (Red+Green+Blue) = 101+188+220=509 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.84% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #65BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCDC is #9A4323. Grayscale: #A5A5A5. Windows color (decimal): -10109732 or 14466149. OLE color: 14466149.

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

Color convert

RGB 101 188 220 -
CMYK 0.54 0.15 0 0.14
HSL 196.13º 0.63% 0.63% -
HSV(B) 196.13º 0.54% 0.86% -
XYZ 36.27 43.9 74.27 -
YUV 165.64 158.68 81.9 -
System Red Green Blue C M Y K H S L
Decimal 101 188 220 0.54 0.15 0 0.14 196.13 0.63 0.63
Hex 65 BC DC 36 F 0 E C4 3F 3F
Octal 145 274 334 66 17 0 16 304 77 77
Binary 1100101 10111100 11011100 110110 1111 0 1110 11000100 111111 111111

Color Harmonies of #65BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BCDC

Black with #65BCDC

Text Example


Text Example

White with #65BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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