#93BFE3

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

Shades of Cornflower #93BFE3

Tints of Cornflower #93BFE3

Color information

#93BFE3 (or 0x93BFE3) is unknown color: approx Cornflower. HEX triplet: 93, BF and E3. RGB value is (147,191,227). Sum of RGB (Red+Green+Blue) = 147+191+227=565 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.02% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #93BFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BFE3 is #6C401C. Grayscale: #B5B5B5. Windows color (decimal): -7094301 or 14925715. OLE color: 14925715.

HSL color Cylindrical-coordinate representation of color #93BFE3: hue angle of 207º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93BFE3 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB147191227-
CMYK0.350.1600.11
HSL207º58.82%73.33%-
HSV(B)207º35.24%89.02%-
XYZ44.5349.0179.79-
YUV181.95153.42103.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.02%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 227 (89.06% from 255) = 40.18%
R=26.02%
G=33.81%
B=40.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1471912270.350.1600.1120758.8273.33
Hex93BFE323100Bcf3b49
Octal223277343432001331773111
Binary1001001110111111111000111000111000001011110011111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,191,227); }

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

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

 a { background-color: rgb(147,191,227); }

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

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

 span { border-color: rgb(147,191,227); }

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