#63C1F1

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

Shades of Malibu #63C1F1

Tints of Malibu #63C1F1

Color information

#63C1F1 (or 0x63C1F1) is unknown color: approx Malibu. HEX triplet: 63, C1 and F1. RGB value is (99,193,241). Sum of RGB (Red+Green+Blue) = 99+193+241=533 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.57% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #63C1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63C1F1 is #9C3E0E. Grayscale: #AAAAAA. Windows color (decimal): -10239503 or 15843683. OLE color: 15843683.

HSL color Cylindrical-coordinate representation of color #63C1F1: hue angle of 200.28º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63C1F1 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB99193241-
CMYK0.590.2000.05
HSL200.28º83.53%66.67%-
HSV(B)200.28º58.92%94.51%-
XYZ40.0947.1490.21-
YUV170.37167.8677.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.57%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 241 (94.53% from 255) = 45.22%
R=18.57%
G=36.21%
B=45.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal991932410.590.2000.05200.2883.5366.67
Hex63C1F13B1405c85443
Octal143301361732405310124103
Binary110001111000001111100011110111010001011100100010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,193,241); }

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

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

 a { background-color: rgb(99,193,241); }

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

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

 span { border-color: rgb(99,193,241); }

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