#93BDDD

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

Shades of Cornflower #93BDDD

Tints of Cornflower #93BDDD

Color information

#93BDDD (or 0x93BDDD) is unknown color: approx Cornflower. HEX triplet: 93, BD and DD. RGB value is (147,189,221). Sum of RGB (Red+Green+Blue) = 147+189+221=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #93BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BDDD is #6C4222. Grayscale: #B3B3B3. Windows color (decimal): -7094819 or 14531987. OLE color: 14531987.

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

Color convert

RGB147189221-
CMYK0.330.1400.13
HSL205.95º52.11%72.16%-
HSV(B)205.95º33.48%86.67%-
XYZ43.2847.8275.36-
YUV180.09151.09104.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.39%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=26.39%
G=33.93%
B=39.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471892210.330.1400.13205.9552.1172.16
Hex93BDDD21E0Dce3448
Octal223275335411601531664110
Binary100100111011110111011101100001111001101110011101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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