#63bfea

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

Shades of Malibu #63BFEA

Tints of Malibu #63BFEA

Color information

#63BFEA (or 0x63BFEA) is unknown color: approx Malibu. HEX triplet: 63, BF and EA. RGB value is (99,191,234). Sum of RGB (Red+Green+Blue) = 99+191+234=524 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.89% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #63BFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BFEA is #9C4015. Grayscale: #A8A8A8. Windows color (decimal): -10240022 or 15384419. OLE color: 15384419.

HSL color Cylindrical-coordinate representation of color #63BFEA: hue angle of 199.11º 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 #63BFEA is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB99191234-
CMYK0.580.1800.08
HSL199.11º76.27%65.29%-
HSV(B)199.11º57.69%91.76%-
XYZ38.6345.8584.66-
YUV168.39165.0278.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.89%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=18.89%
G=36.45%
B=44.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal991912340.580.1800.08199.1176.2765.29
Hex63BFEA3A1208c74c41
Octal1432773527222010307114101
Binary1100011101111111110101011101010010010001100011110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63bfea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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