#63C2EB

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

Shades of Malibu #63C2EB

Tints of Malibu #63C2EB

Color information

#63C2EB (or 0x63C2EB) is unknown color: approx Malibu. HEX triplet: 63, C2 and EB. RGB value is (99,194,235). Sum of RGB (Red+Green+Blue) = 99+194+235=528 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.75% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #63C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63C2EB is #9C3D14. Grayscale: #AAAAAA. Windows color (decimal): -10239253 or 15450723. OLE color: 15450723.

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

Color convert

RGB99194235-
CMYK0.580.1700.08
HSL198.09º77.27%65.49%-
HSV(B)198.09º57.87%92.16%-
XYZ39.4347.2385.64-
YUV170.27164.5377.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.75%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=18.75%
G=36.74%
B=44.51%

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
Decimal991942350.580.1700.08198.0977.2765.49
Hex63C2EB3A1108c64d41
Octal1433023537221010306115101
Binary1100011110000101110101111101010001010001100011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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