#93BDDE

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

Shades of Cornflower #93BDDE

Tints of Cornflower #93BDDE

Color information

#93BDDE (or 0x93BDDE) is unknown color: approx Cornflower. HEX triplet: 93, BD and DE. RGB value is (147,189,222). Sum of RGB (Red+Green+Blue) = 147+189+222=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #93BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BDDE is #6C4221. Grayscale: #B4B4B4. Windows color (decimal): -7094818 or 14597523. OLE color: 14597523.

HSL color Cylindrical-coordinate representation of color #93BDDE: hue angle of 206.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93BDDE is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147189222-
CMYK0.340.1500.13
HSL206.4º53.19%72.35%-
HSV(B)206.4º33.78%87.06%-
XYZ43.4247.8776.06-
YUV180.2151.59104.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.34%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=26.34%
G=33.87%
B=39.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471892220.340.1500.13206.453.1972.35
Hex93BDDE22F0Dce3548
Octal223275336421701531665110
Binary100100111011110111011110100010111101101110011101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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