#93CAF1

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

Shades of Cornflower #93CAF1

Tints of Cornflower #93CAF1

Color information

#93CAF1 (or 0x93CAF1) is unknown color: approx Cornflower. HEX triplet: 93, CA and F1. RGB value is (147,202,241). Sum of RGB (Red+Green+Blue) = 147+202+241=590 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.92% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #93CAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CAF1 is #6C350E. Grayscale: #BDBDBD. Windows color (decimal): -7091471 or 15846035. OLE color: 15846035.

HSL color Cylindrical-coordinate representation of color #93CAF1: hue angle of 204.89º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93CAF1 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147202241-
CMYK0.390.1600.05
HSL204.89º77.05%76.08%-
HSV(B)204.89º39%94.51%-
XYZ49.0354.7991.21-
YUV190156.7897.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.92%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 241 (94.53% from 255) = 40.85%
R=24.92%
G=34.24%
B=40.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472022410.390.1600.05204.8977.0576.08
Hex93CAF1271005cd4d4c
Octal223312361472005315115114
Binary1001001111001010111100011001111000001011100110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CAF1; }

 p { color: rgb(147,202,241); }

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

<style>
 a { background-color: #93CAF1; }

 a { background-color: rgb(147,202,241); }

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

<style>
 span { border-color: #93CAF1; }

 span { border-color: rgb(147,202,241); }

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