Html Css Color HEX #63BAEA Malibu

📋 copy color: '#63BAEA'

red 99 ◦ green 186 ◦ blue 234

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

Shades of Malibu #63BAEA

Tints of Malibu #63BAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.09%

R = 19.08%
G = 35.84%
B = 45.09%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#63BAEA (or 0x63BAEA) is known color: Malibu. HEX triplet: 63, BA and EA. RGB value is (99,186,234). Sum of RGB (Red+Green+Blue) = 99+186+234=519 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.08% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #63BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BAEA is #9C4515. Grayscale: #A5A5A5. Windows color (decimal): -10241302 or 15383139. OLE color: 15383139.

HSL color Cylindrical-coordinate representation of color #63BAEA: hue angle of 201.33º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63BAEA is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 186 234 -
CMYK 0.58 0.21 0 0.08
HSL 201.33º 0.76% 0.65% -
HSV(B) 201.33º 0.58% 0.92% -
XYZ 37.56 43.71 84.3 -
YUV 165.46 166.68 80.6 -
System Red Green Blue C M Y K H S L
Decimal 99 186 234 0.58 0.21 0 0.08 201.33 0.76 0.65
Hex 63 BA EA 3A 15 0 8 C9 4C 41
Octal 143 272 352 72 25 0 10 311 114 101
Binary 1100011 10111010 11101010 111010 10101 0 1000 11001001 1001100 1000001

Color Harmonies of #63BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BAEA

Black with #63BAEA

Text Example


Text Example

White with #63BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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