Html Css Color HEX #63ACD8 Malibu

📋 copy color: '#63ACD8'

red 99 ◦ green 172 ◦ blue 216

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

Shades of Malibu #63ACD8

Tints of Malibu #63ACD8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.32%

 BLUE value IS 216 (84.77% from 255) = 44.35%

R = 20.33%
G = 35.32%
B = 44.35%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#63ACD8 (or 0x63ACD8) is known color: Malibu. HEX triplet: 63, AC and D8. RGB value is (99,172,216). Sum of RGB (Red+Green+Blue) = 99+172+216=487 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.33% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #63ACD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACD8 is #9C5327. Grayscale: #9A9A9A. Windows color (decimal): -10244904 or 14199907. OLE color: 14199907.

HSL color Cylindrical-coordinate representation of color #63ACD8: hue angle of 202.56º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63ACD8 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 172 216 -
CMYK 0.54 0.20 0 0.15
HSL 202.56º 0.6% 0.62% -
HSV(B) 202.56º 0.54% 0.85% -
XYZ 32.29 37.12 70.43 -
YUV 155.19 162.32 87.92 -
System Red Green Blue C M Y K H S L
Decimal 99 172 216 0.54 0.20 0 0.15 202.56 0.6 0.62
Hex 63 AC D8 36 14 0 F CB 3C 3E
Octal 143 254 330 66 24 0 17 313 74 76
Binary 1100011 10101100 11011000 110110 10100 0 1111 11001011 111100 111110

Color Harmonies of #63ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ACD8

Black with #63ACD8

Text Example


Text Example

White with #63ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,172,216); }

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

background-color css

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

 a { background-color: rgb(99,172,216); }

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

border-color css

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

 span { border-color: rgb(99,172,216); }

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