Html Css Color HEX #63ACE1 Malibu

📋 copy color: '#63ACE1'

red 99 ◦ green 172 ◦ blue 225

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

Shades of Malibu #63ACE1

Tints of Malibu #63ACE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.36%

R = 19.96%
G = 34.68%
B = 45.36%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#63ACE1 (or 0x63ACE1) is known color: Malibu. HEX triplet: 63, AC and E1. RGB value is (99,172,225). Sum of RGB (Red+Green+Blue) = 99+172+225=496 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.96% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #63ACE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACE1 is #9C531E. Grayscale: #9B9B9B. Windows color (decimal): -10244895 or 14789731. OLE color: 14789731.

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

Color convert

RGB 99 172 225 -
CMYK 0.56 0.24 0 0.12
HSL 205.24º 0.68% 0.64% -
HSV(B) 205.24º 0.56% 0.88% -
XYZ 33.49 37.59 76.73 -
YUV 156.22 166.82 87.19 -
System Red Green Blue C M Y K H S L
Decimal 99 172 225 0.56 0.24 0 0.12 205.24 0.68 0.64
Hex 63 AC E1 38 18 0 C CD 44 40
Octal 143 254 341 70 30 0 14 315 104 100
Binary 1100011 10101100 11100001 111000 11000 0 1100 11001101 1000100 1000000

Color Harmonies of #63ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ACE1

Black with #63ACE1

Text Example


Text Example

White with #63ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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