Html Css Color HEX #63AFE0 Malibu

📋 copy color: '#63AFE0'

red 99 ◦ green 175 ◦ blue 224

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

Shades of Malibu #63AFE0

Tints of Malibu #63AFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.98%

R = 19.88%
G = 35.14%
B = 44.98%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#63AFE0 (or 0x63AFE0) is known color: Malibu. HEX triplet: 63, AF and E0. RGB value is (99,175,224). Sum of RGB (Red+Green+Blue) = 99+175+224=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #63AFE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFE0 is #9C501F. Grayscale: #9D9D9D. Windows color (decimal): -10244128 or 14724963. OLE color: 14724963.

HSL color Cylindrical-coordinate representation of color #63AFE0: hue angle of 203.52º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63AFE0 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 99 175 224 -
CMYK 0.56 0.22 0 0.12
HSL 203.52º 0.67% 0.63% -
HSV(B) 203.52º 0.56% 0.88% -
XYZ 33.93 38.69 76.2 -
YUV 157.86 165.32 86.02 -
System Red Green Blue C M Y K H S L
Decimal 99 175 224 0.56 0.22 0 0.12 203.52 0.67 0.63
Hex 63 AF E0 38 16 0 C CC 43 3F
Octal 143 257 340 70 26 0 14 314 103 77
Binary 1100011 10101111 11100000 111000 10110 0 1100 11001100 1000011 111111

Color Harmonies of #63AFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AFE0

Black with #63AFE0

Text Example


Text Example

White with #63AFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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