#93BBDD

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

Shades of Cornflower #93BBDD

Tints of Cornflower #93BBDD

Color information

#93BBDD (or 0x93BBDD) is unknown color: approx Cornflower. HEX triplet: 93, BB and DD. RGB value is (147,187,221). Sum of RGB (Red+Green+Blue) = 147+187+221=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #93BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBDD is #6C4422. Grayscale: #B2B2B2. Windows color (decimal): -7095331 or 14531475. OLE color: 14531475.

HSL color Cylindrical-coordinate representation of color #93BBDD: hue angle of 207.57º 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 #93BBDD is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147187221-
CMYK0.330.1500.13
HSL207.57º52.11%72.16%-
HSV(B)207.57º33.48%86.67%-
XYZ42.8546.9675.21-
YUV178.92151.75105.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.49%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=26.49%
G=33.69%
B=39.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471872210.330.1500.13207.5752.1172.16
Hex93BBDD21F0Dd03448
Octal223273335411701532064110
Binary100100111011101111011101100001111101101110100001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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