#93BCF1

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

Shades of Cornflower #93BCF1

Tints of Cornflower #93BCF1

Color information

#93BCF1 (or 0x93BCF1) is unknown color: approx Cornflower. HEX triplet: 93, BC and F1. RGB value is (147,188,241). Sum of RGB (Red+Green+Blue) = 147+188+241=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #93BCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BCF1 is #6C430E. Grayscale: #B5B5B5. Windows color (decimal): -7095055 or 15842451. OLE color: 15842451.

HSL color Cylindrical-coordinate representation of color #93BCF1: hue angle of 213.83º 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 #93BCF1 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147188241-
CMYK0.390.2200.05
HSL213.83º77.05%76.08%-
HSV(B)213.83º39%94.51%-
XYZ45.8948.5290.17-
YUV181.78161.42103.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.52%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 241 (94.53% from 255) = 41.84%
R=25.52%
G=32.64%
B=41.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471882410.390.2200.05213.8377.0576.08
Hex93BCF1271605d64d4c
Octal223274361472605326115114
Binary1001001110111100111100011001111011001011101011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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