Html Css Color HEX #63BADD Malibu

📋 copy color: '#63BADD'

red 99 ◦ green 186 ◦ blue 221

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

Shades of Malibu #63BADD

Tints of Malibu #63BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.76%

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

R = 19.57%
G = 36.76%
B = 43.68%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#63BADD (or 0x63BADD) is known color: Malibu. HEX triplet: 63, BA and DD. RGB value is (99,186,221). Sum of RGB (Red+Green+Blue) = 99+186+221=506 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.57% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #63BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BADD is #9C4522. Grayscale: #A3A3A3. Windows color (decimal): -10241315 or 14531171. OLE color: 14531171.

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

Color convert

RGB 99 186 221 -
CMYK 0.55 0.16 0 0.13
HSL 197.21º 0.64% 0.63% -
HSV(B) 197.21º 0.55% 0.87% -
XYZ 35.76 42.99 74.82 -
YUV 163.98 160.18 81.65 -
System Red Green Blue C M Y K H S L
Decimal 99 186 221 0.55 0.16 0 0.13 197.21 0.64 0.63
Hex 63 BA DD 37 10 0 D C5 40 3F
Octal 143 272 335 67 20 0 15 305 100 77
Binary 1100011 10111010 11011101 110111 10000 0 1101 11000101 1000000 111111

Color Harmonies of #63BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BADD

Black with #63BADD

Text Example


Text Example

White with #63BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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