Html Css Color HEX #63ACDD Malibu

📋 copy color: '#63ACDD'

red 99 ◦ green 172 ◦ blue 221

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

Shades of Malibu #63ACDD

Tints of Malibu #63ACDD

RGB

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

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

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

R = 20.12%
G = 34.96%
B = 44.92%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#63ACDD (or 0x63ACDD) is known color: Malibu. HEX triplet: 63, AC and DD. RGB value is (99,172,221). Sum of RGB (Red+Green+Blue) = 99+172+221=492 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.12% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #63ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACDD is #9C5322. Grayscale: #9B9B9B. Windows color (decimal): -10244899 or 14527587. OLE color: 14527587.

HSL color Cylindrical-coordinate representation of color #63ACDD: hue angle of 204.1º 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 #63ACDD is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 172 221 -
CMYK 0.55 0.22 0 0.13
HSL 204.1º 0.64% 0.63% -
HSV(B) 204.1º 0.55% 0.87% -
XYZ 32.95 37.38 73.88 -
YUV 155.76 164.82 87.52 -
System Red Green Blue C M Y K H S L
Decimal 99 172 221 0.55 0.22 0 0.13 204.1 0.64 0.63
Hex 63 AC DD 37 16 0 D CC 40 3F
Octal 143 254 335 67 26 0 15 314 100 77
Binary 1100011 10101100 11011101 110111 10110 0 1101 11001100 1000000 111111

Color Harmonies of #63ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ACDD

Black with #63ACDD

Text Example


Text Example

White with #63ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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