#63B5D4

Color #63B5D4 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #63B5D4

Tints of Malibu #63B5D4

Color information

#63B5D4 (or 0x63B5D4) is unknown color: approx Malibu. HEX triplet: 63, B5 and D4. RGB value is (99,181,212). Sum of RGB (Red+Green+Blue) = 99+181+212=492 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.12% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 212 - color contains mainly: blue. Hex color #63B5D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B5D4 is #9C4A2B. Grayscale: #9F9F9F. Windows color (decimal): -10242604 or 13940067. OLE color: 13940067.

HSL color Cylindrical-coordinate representation of color #63B5D4: hue angle of 196.46º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63B5D4 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB99181212-
CMYK0.530.1500.17
HSL196.46º56.78%60.98%-
HSV(B)196.46º53.3%83.14%-
XYZ33.5540.4568.33-
YUV160.02157.3384.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.12%
GREEN value IS 181 (71.09% from 255) = 36.79%
BLUE value IS 212 (83.20% from 255) = 43.09%
R=20.12%
G=36.79%
B=43.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal991812120.530.1500.17196.4656.7860.98
Hex63B5D435F011c4393d
Octal14326532465170213047175
Binary11000111011010111010100110101111101000111000100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,181,212); }

 H1.HeaderClassName
 {
   color: #63B5D4;
 }
 .AnyTagClassName
 {
   color: #63B5D4;
 }
</style>
background-color css

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

 a { background-color: rgb(99,181,212); }

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

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

 span { border-color: rgb(99,181,212); }

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