Html Css Color HEX #63BAE1 Malibu

📋 copy color: '#63BAE1'

red 99 ◦ green 186 ◦ blue 225

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

Shades of Malibu #63BAE1

Tints of Malibu #63BAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.12%

R = 19.41%
G = 36.47%
B = 44.12%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#63BAE1 (or 0x63BAE1) is known color: Malibu. HEX triplet: 63, BA and E1. RGB value is (99,186,225). Sum of RGB (Red+Green+Blue) = 99+186+225=510 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.41% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #63BAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BAE1 is #9C451E. Grayscale: #A4A4A4. Windows color (decimal): -10241311 or 14793315. OLE color: 14793315.

HSL color Cylindrical-coordinate representation of color #63BAE1: hue angle of 198.57º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63BAE1 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 99 186 225 -
CMYK 0.56 0.17 0 0.12
HSL 198.57º 0.68% 0.64% -
HSV(B) 198.57º 0.56% 0.88% -
XYZ 36.3 43.21 77.66 -
YUV 164.43 162.18 81.33 -
System Red Green Blue C M Y K H S L
Decimal 99 186 225 0.56 0.17 0 0.12 198.57 0.68 0.64
Hex 63 BA E1 38 11 0 C C7 44 40
Octal 143 272 341 70 21 0 14 307 104 100
Binary 1100011 10111010 11100001 111000 10001 0 1100 11000111 1000100 1000000

Color Harmonies of #63BAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BAE1

Black with #63BAE1

Text Example


Text Example

White with #63BAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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