Html Css Color HEX #63ADF0 Malibu

📋 copy color: '#63ADF0'

red 99 ◦ green 173 ◦ blue 240

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

Shades of Malibu #63ADF0

Tints of Malibu #63ADF0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.79%

 BLUE value IS 240 (94.14% from 255) = 46.88%

R = 19.34%
G = 33.79%
B = 46.88%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#63ADF0 (or 0x63ADF0) is known color: Malibu. HEX triplet: 63, AD and F0. RGB value is (99,173,240). Sum of RGB (Red+Green+Blue) = 99+173+240=512 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.34% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #63ADF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63ADF0 is #9C520F. Grayscale: #9E9E9E. Windows color (decimal): -10244624 or 15773027. OLE color: 15773027.

HSL color Cylindrical-coordinate representation of color #63ADF0: hue angle of 208.51º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63ADF0 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 173 240 -
CMYK 0.59 0.28 0 0.06
HSL 208.51º 0.82% 0.66% -
HSV(B) 208.51º 0.59% 0.94% -
XYZ 35.82 38.83 88.05 -
YUV 158.51 173.98 85.55 -
System Red Green Blue C M Y K H S L
Decimal 99 173 240 0.59 0.28 0 0.06 208.51 0.82 0.66
Hex 63 AD F0 3B 1C 0 6 D1 52 42
Octal 143 255 360 73 34 0 6 321 122 102
Binary 1100011 10101101 11110000 111011 11100 0 110 11010001 1010010 1000010

Color Harmonies of #63ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ADF0

Black with #63ADF0

Text Example


Text Example

White with #63ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,173,240); }

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

background-color css

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

 a { background-color: rgb(99,173,240); }

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

border-color css

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

 span { border-color: rgb(99,173,240); }

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