#63A0F1

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

Shades of Cornflower Blue #63A0F1

Tints of Cornflower Blue #63A0F1

Color information

#63A0F1 (or 0x63A0F1) is unknown color: approx Cornflower Blue. HEX triplet: 63, A0 and F1. RGB value is (99,160,241). Sum of RGB (Red+Green+Blue) = 99+160+241=500 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.8% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #63A0F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A0F1 is #9C5F0E. Grayscale: #969696. Windows color (decimal): -10247951 or 15835235. OLE color: 15835235.

HSL color Cylindrical-coordinate representation of color #63A0F1: hue angle of 214.23º 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 #63A0F1 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB99160241-
CMYK0.590.3400.05
HSL214.23º83.53%66.67%-
HSV(B)214.23º58.92%94.51%-
XYZ33.5934.1588.04-
YUV150.99178.7990.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.8%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 241 (94.53% from 255) = 48.2%
R=19.8%
G=32%
B=48.2%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal991602410.590.3400.05214.2383.5366.67
Hex63A0F13B2205d65443
Octal143240361734205326124103
Binary1100011101000001111000111101110001001011101011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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