Html Css Color HEX #63AEDD Malibu

📋 copy color: '#63AEDD'

red 99 ◦ green 174 ◦ blue 221

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

Shades of Malibu #63AEDD

Tints of Malibu #63AEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.22%

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 20.04%
G = 35.22%
B = 44.74%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#63AEDD (or 0x63AEDD) is known color: Malibu. HEX triplet: 63, AE and DD. RGB value is (99,174,221). Sum of RGB (Red+Green+Blue) = 99+174+221=494 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.04% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #63AEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AEDD is #9C5122. Grayscale: #9C9C9C. Windows color (decimal): -10244387 or 14528099. OLE color: 14528099.

HSL color Cylindrical-coordinate representation of color #63AEDD: hue angle of 203.11º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63AEDD is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 174 221 -
CMYK 0.55 0.21 0 0.13
HSL 203.11º 0.64% 0.63% -
HSV(B) 203.11º 0.55% 0.87% -
XYZ 33.33 38.15 74.01 -
YUV 156.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 99 174 221 0.55 0.21 0 0.13 203.11 0.64 0.63
Hex 63 AE DD 37 15 0 D CB 40 3F
Octal 143 256 335 67 25 0 15 313 100 77
Binary 1100011 10101110 11011101 110111 10101 0 1101 11001011 1000000 111111

Color Harmonies of #63AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AEDD

Black with #63AEDD

Text Example


Text Example

White with #63AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,174,221); }

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

background-color css

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

 a { background-color: rgb(99,174,221); }

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

border-color css

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

 span { border-color: rgb(99,174,221); }

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