#93BDED

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

Shades of Cornflower #93BDED

Tints of Cornflower #93BDED

Color information

#93BDED (or 0x93BDED) is unknown color: approx Cornflower. HEX triplet: 93, BD and ED. RGB value is (147,189,237). Sum of RGB (Red+Green+Blue) = 147+189+237=573 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.65% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #93BDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BDED is #6C4212. Grayscale: #B5B5B5. Windows color (decimal): -7094803 or 15580563. OLE color: 15580563.

HSL color Cylindrical-coordinate representation of color #93BDED: hue angle of 212º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93BDED is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147189237-
CMYK0.380.2000.07
HSL212º71.43%75.29%-
HSV(B)212º37.97%92.94%-
XYZ45.5248.7187.12-
YUV181.91159.09103.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.65%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=25.65%
G=32.98%
B=41.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471892370.380.2000.0721271.4375.29
Hex93BDED261407d4474b
Octal223275355462407324107113
Binary1001001110111101111011011001101010001111101010010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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