#63BEED

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

Shades of Malibu #63BEED

Tints of Malibu #63BEED

Color information

#63BEED (or 0x63BEED) is unknown color: approx Malibu. HEX triplet: 63, BE and ED. RGB value is (99,190,237). Sum of RGB (Red+Green+Blue) = 99+190+237=526 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.82% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #63BEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BEED is #9C4112. Grayscale: #A7A7A7. Windows color (decimal): -10240275 or 15580771. OLE color: 15580771.

HSL color Cylindrical-coordinate representation of color #63BEED: hue angle of 200.43º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63BEED is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB99190237-
CMYK0.580.2000.07
HSL200.43º79.31%65.88%-
HSV(B)200.43º58.23%92.94%-
XYZ38.8545.5986.87-
YUV168.15166.8578.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.82%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 237 (92.97% from 255) = 45.06%
R=18.82%
G=36.12%
B=45.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal991902370.580.2000.07200.4379.3165.88
Hex63BEED3A1407c84f42
Octal143276355722407310117102
Binary110001110111110111011011110101010001111100100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,190,237); }

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

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

 a { background-color: rgb(99,190,237); }

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

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

 span { border-color: rgb(99,190,237); }

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