Html Css Color HEX #63ABDC Malibu

📋 copy color: '#63ABDC'

red 99 ◦ green 171 ◦ blue 220

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

Shades of Malibu #63ABDC

Tints of Malibu #63ABDC

RGB

 RED value IS 99 (39.06% from 255) = 20.2%

 GREEN value IS 171 (67.19% from 255) = 34.9%

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

R = 20.2%
G = 34.9%
B = 44.9%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#63ABDC (or 0x63ABDC) is known color: Malibu. HEX triplet: 63, AB and DC. RGB value is (99,171,220). Sum of RGB (Red+Green+Blue) = 99+171+220=490 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.20% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #63ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ABDC is #9C5423. Grayscale: #9A9A9A. Windows color (decimal): -10245156 or 14461795. OLE color: 14461795.

HSL color Cylindrical-coordinate representation of color #63ABDC: hue angle of 204.3º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63ABDC is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 171 220 -
CMYK 0.55 0.22 0 0.14
HSL 204.3º 0.63% 0.63% -
HSV(B) 204.3º 0.55% 0.86% -
XYZ 32.63 36.95 73.12 -
YUV 155.06 164.65 88.02 -
System Red Green Blue C M Y K H S L
Decimal 99 171 220 0.55 0.22 0 0.14 204.3 0.63 0.63
Hex 63 AB DC 37 16 0 E CC 3F 3F
Octal 143 253 334 67 26 0 16 314 77 77
Binary 1100011 10101011 11011100 110111 10110 0 1110 11001100 111111 111111

Color Harmonies of #63ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ABDC

Black with #63ABDC

Text Example


Text Example

White with #63ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63ABDC; }

 p { color: rgb(99,171,220); }

 H1.HeaderClassName
 {
   color: #63ABDC;
 }
 .AnyTagClassName
 {
   color: #63ABDC;
 }
</style>

background-color css

<style>
 a { background-color: #63ABDC; }

 a { background-color: rgb(99,171,220); }

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

border-color css

<style>
 span { border-color: #63ABDC; }

 span { border-color: rgb(99,171,220); }

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