Html Css Color HEX #63ACF2 Malibu

📋 copy color: '#63ACF2'

red 99 ◦ green 172 ◦ blue 242

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

Shades of Malibu #63ACF2

Tints of Malibu #63ACF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.17%

R = 19.3%
G = 33.53%
B = 47.17%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#63ACF2 (or 0x63ACF2) is known color: Malibu. HEX triplet: 63, AC and F2. RGB value is (99,172,242). Sum of RGB (Red+Green+Blue) = 99+172+242=513 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.30% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #63ACF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63ACF2 is #9C530D. Grayscale: #9D9D9D. Windows color (decimal): -10244878 or 15903843. OLE color: 15903843.

HSL color Cylindrical-coordinate representation of color #63ACF2: hue angle of 209.37º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63ACF2 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 99 172 242 -
CMYK 0.59 0.29 0 0.05
HSL 209.37º 0.85% 0.67% -
HSV(B) 209.37º 0.59% 0.95% -
XYZ 35.93 38.57 89.56 -
YUV 158.15 175.32 85.81 -
System Red Green Blue C M Y K H S L
Decimal 99 172 242 0.59 0.29 0 0.05 209.37 0.85 0.67
Hex 63 AC F2 3B 1D 0 5 D1 55 43
Octal 143 254 362 73 35 0 5 321 125 103
Binary 1100011 10101100 11110010 111011 11101 0 101 11010001 1010101 1000011

Color Harmonies of #63ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ACF2

Black with #63ACF2

Text Example


Text Example

White with #63ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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