#63B0D0

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

Shades of Malibu #63B0D0

Tints of Malibu #63B0D0

Color information

#63B0D0 (or 0x63B0D0) is unknown color: approx Malibu. HEX triplet: 63, B0 and D0. RGB value is (99,176,208). Sum of RGB (Red+Green+Blue) = 99+176+208=483 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.50% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #63B0D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B0D0 is #9C4F2F. Grayscale: #9C9C9C. Windows color (decimal): -10243888 or 13676643. OLE color: 13676643.

HSL color Cylindrical-coordinate representation of color #63B0D0: hue angle of 197.61º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63B0D0 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB99176208-
CMYK0.520.1500.18
HSL197.61º53.69%60.2%-
HSV(B)197.61º52.4%81.57%-
XYZ32.0638.2665.37-
YUV156.62156.9986.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.50%
GREEN value IS 176 (69.14% from 255) = 36.44%
BLUE value IS 208 (81.64% from 255) = 43.06%
R=20.50%
G=36.44%
B=43.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal991762080.520.1500.18197.6153.6960.2
Hex63B0D034F012c6363c
Octal14326032064170223066674
Binary11000111011000011010000110100111101001011000110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,176,208); }

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

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

 a { background-color: rgb(99,176,208); }

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

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

 span { border-color: rgb(99,176,208); }

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