#63BFDD

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

Shades of Malibu #63BFDD

Tints of Malibu #63BFDD

Color information

#63BFDD (or 0x63BFDD) is unknown color: approx Malibu. HEX triplet: 63, BF and DD. RGB value is (99,191,221). Sum of RGB (Red+Green+Blue) = 99+191+221=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #63BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFDD is #9C4022. Grayscale: #A6A6A6. Windows color (decimal): -10240035 or 14532451. OLE color: 14532451.

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

Color convert

RGB99191221-
CMYK0.550.1400.13
HSL194.75º64.21%62.75%-
HSV(B)194.75º55.2%86.67%-
XYZ36.8345.1375.18-
YUV166.91158.5279.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.37%
GREEN value IS 191 (75% from 255) = 37.38%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=19.37%
G=37.38%
B=43.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal991912210.550.1400.13194.7564.2162.75
Hex63BFDD37E0Dc3403f
Octal143277335671601530310077
Binary11000111011111111011101110111111001101110000111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,191,221); }

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

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

 a { background-color: rgb(99,191,221); }

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

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

 span { border-color: rgb(99,191,221); }

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