#93BDEA

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

Shades of Cornflower #93BDEA

Tints of Cornflower #93BDEA

Color information

#93BDEA (or 0x93BDEA) is unknown color: approx Cornflower. HEX triplet: 93, BD and EA. RGB value is (147,189,234). Sum of RGB (Red+Green+Blue) = 147+189+234=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #93BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BDEA is #6C4215. Grayscale: #B5B5B5. Windows color (decimal): -7094806 or 15383955. OLE color: 15383955.

HSL color Cylindrical-coordinate representation of color #93BDEA: hue angle of 211.03º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93BDEA is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147189234-
CMYK0.370.1900.08
HSL211.03º67.44%74.71%-
HSV(B)211.03º37.18%91.76%-
XYZ45.0848.5484.83-
YUV181.57157.59103.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.79%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=25.79%
G=33.16%
B=41.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471892340.370.1900.08211.0367.4474.71
Hex93BDEA251308d3434b
Octal2232753524523010323103113
Binary10010011101111011110101010010110011010001101001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,189,234); }

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

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

 a { background-color: rgb(147,189,234); }

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

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

 span { border-color: rgb(147,189,234); }

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