#63C2EA

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

Shades of Malibu #63C2EA

Tints of Malibu #63C2EA

Color information

#63C2EA (or 0x63C2EA) is unknown color: approx Malibu. HEX triplet: 63, C2 and EA. RGB value is (99,194,234). Sum of RGB (Red+Green+Blue) = 99+194+234=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #63C2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63C2EA is #9C3D15. Grayscale: #A9A9A9. Windows color (decimal): -10239254 or 15385187. OLE color: 15385187.

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

Color convert

RGB99194234-
CMYK0.580.1700.08
HSL197.78º76.27%65.29%-
HSV(B)197.78º57.69%91.76%-
XYZ39.2947.1884.88-
YUV170.15164.0377.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.79%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=18.79%
G=36.81%
B=44.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal991942340.580.1700.08197.7876.2765.29
Hex63C2EA3A1108c64c41
Octal1433023527221010306114101
Binary1100011110000101110101011101010001010001100011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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