#63BFD1

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

Shades of Malibu #63BFD1

Tints of Malibu #63BFD1

Color information

#63BFD1 (or 0x63BFD1) is unknown color: approx Malibu. HEX triplet: 63, BF and D1. RGB value is (99,191,209). Sum of RGB (Red+Green+Blue) = 99+191+209=499 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.84% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #63BFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFD1 is #9C402E. Grayscale: #A5A5A5. Windows color (decimal): -10240047 or 13746019. OLE color: 13746019.

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

Color convert

RGB99191209-
CMYK0.530.0900.18
HSL189.82º54.46%60.39%-
HSV(B)189.82º52.63%81.96%-
XYZ35.2944.5267.05-
YUV165.54152.5280.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.84%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 209 (82.03% from 255) = 41.88%
R=19.84%
G=38.28%
B=41.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal991912090.530.0900.18189.8254.4660.39
Hex63BFD1359012be363c
Octal14327732165110222766674
Binary11000111011111111010001110101100101001010111110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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