Html Css Color HEX #63BADE Malibu

📋 copy color: '#63BADE'

red 99 ◦ green 186 ◦ blue 222

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

Shades of Malibu #63BADE

Tints of Malibu #63BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.79%

R = 19.53%
G = 36.69%
B = 43.79%

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

#63BADE (or 0x63BADE) is known color: Malibu. HEX triplet: 63, BA and DE. RGB value is (99,186,222). Sum of RGB (Red+Green+Blue) = 99+186+222=507 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.53% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #63BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BADE is #9C4521. Grayscale: #A3A3A3. Windows color (decimal): -10241314 or 14596707. OLE color: 14596707.

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

Color convert

RGB 99 186 222 -
CMYK 0.55 0.16 0 0.13
HSL 197.56º 0.65% 0.63% -
HSV(B) 197.56º 0.55% 0.87% -
XYZ 35.89 43.04 75.52 -
YUV 164.09 160.68 81.57 -
System Red Green Blue C M Y K H S L
Decimal 99 186 222 0.55 0.16 0 0.13 197.56 0.65 0.63
Hex 63 BA DE 37 10 0 D C6 41 3F
Octal 143 272 336 67 20 0 15 306 101 77
Binary 1100011 10111010 11011110 110111 10000 0 1101 11000110 1000001 111111

Color Harmonies of #63BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BADE

Black with #63BADE

Text Example


Text Example

White with #63BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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