#93BADB

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

Shades of Cornflower #93BADB

Tints of Cornflower #93BADB

Color information

#93BADB (or 0x93BADB) is unknown color: approx Cornflower. HEX triplet: 93, BA and DB. RGB value is (147,186,219). Sum of RGB (Red+Green+Blue) = 147+186+219=552 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.63% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #93BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BADB is #6C4524. Grayscale: #B1B1B1. Windows color (decimal): -7095589 or 14400147. OLE color: 14400147.

HSL color Cylindrical-coordinate representation of color #93BADB: hue angle of 207.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93BADB is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB147186219-
CMYK0.330.1500.14
HSL207.5º50%71.76%-
HSV(B)207.5º32.88%85.88%-
XYZ42.3846.4473.75-
YUV178.1151.08105.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.63%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=26.63%
G=33.70%
B=39.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471862190.330.1500.14207.55071.76
Hex93BADB21F0Ed03248
Octal223272333411701632062110
Binary100100111011101011011011100001111101110110100001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,186,219); }

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

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

 a { background-color: rgb(147,186,219); }

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

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

 span { border-color: rgb(147,186,219); }

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