Html Css Color HEX #63AFD1 Malibu

📋 copy color: '#63AFD1'

red 99 ◦ green 175 ◦ blue 209

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

Shades of Malibu #63AFD1

Tints of Malibu #63AFD1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.23%

 BLUE value IS 209 (82.03% from 255) = 43.27%

R = 20.5%
G = 36.23%
B = 43.27%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#63AFD1 (or 0x63AFD1) is known color: Malibu. HEX triplet: 63, AF and D1. RGB value is (99,175,209). Sum of RGB (Red+Green+Blue) = 99+175+209=483 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.50% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #63AFD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFD1 is #9C502E. Grayscale: #9B9B9B. Windows color (decimal): -10244143 or 13741923. OLE color: 13741923.

HSL color Cylindrical-coordinate representation of color #63AFD1: hue angle of 198.55º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63AFD1 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 99 175 209 -
CMYK 0.53 0.16 0 0.18
HSL 198.55º 0.54% 0.6% -
HSV(B) 198.55º 0.53% 0.82% -
XYZ 31.98 37.92 65.95 -
YUV 156.15 157.82 87.24 -
System Red Green Blue C M Y K H S L
Decimal 99 175 209 0.53 0.16 0 0.18 198.55 0.54 0.6
Hex 63 AF D1 35 10 0 12 C7 36 3C
Octal 143 257 321 65 20 0 22 307 66 74
Binary 1100011 10101111 11010001 110101 10000 0 10010 11000111 110110 111100

Color Harmonies of #63AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AFD1

Black with #63AFD1

Text Example


Text Example

White with #63AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,175,209); }

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

background-color css

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

 a { background-color: rgb(99,175,209); }

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

border-color css

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

 span { border-color: rgb(99,175,209); }

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