Html Css Color HEX #63ACE0 Malibu

📋 copy color: '#63ACE0'

red 99 ◦ green 172 ◦ blue 224

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

Shades of Malibu #63ACE0

Tints of Malibu #63ACE0

RGB

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

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

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

R = 20%
G = 34.75%
B = 45.25%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#63ACE0 (or 0x63ACE0) is known color: Malibu. HEX triplet: 63, AC and E0. RGB value is (99,172,224). Sum of RGB (Red+Green+Blue) = 99+172+224=495 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #63ACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACE0 is #9C531F. Grayscale: #9B9B9B. Windows color (decimal): -10244896 or 14724195. OLE color: 14724195.

HSL color Cylindrical-coordinate representation of color #63ACE0: hue angle of 204.96º 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 #63ACE0 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 99 172 224 -
CMYK 0.56 0.23 0 0.12
HSL 204.96º 0.67% 0.63% -
HSV(B) 204.96º 0.56% 0.88% -
XYZ 33.35 37.54 76.01 -
YUV 156.1 166.32 87.27 -
System Red Green Blue C M Y K H S L
Decimal 99 172 224 0.56 0.23 0 0.12 204.96 0.67 0.63
Hex 63 AC E0 38 17 0 C CD 43 3F
Octal 143 254 340 70 27 0 14 315 103 77
Binary 1100011 10101100 11100000 111000 10111 0 1100 11001101 1000011 111111

Color Harmonies of #63ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ACE0

Black with #63ACE0

Text Example


Text Example

White with #63ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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