#93BEED

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

Shades of Cornflower #93BEED

Tints of Cornflower #93BEED

Color information

#93BEED (or 0x93BEED) is unknown color: approx Cornflower. HEX triplet: 93, BE and ED. RGB value is (147,190,237). Sum of RGB (Red+Green+Blue) = 147+190+237=574 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.61% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #93BEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BEED is #6C4112. Grayscale: #B6B6B6. Windows color (decimal): -7094547 or 15580819. OLE color: 15580819.

HSL color Cylindrical-coordinate representation of color #93BEED: hue angle of 211.33º 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 #93BEED is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147190237-
CMYK0.380.2000.07
HSL211.33º71.43%75.29%-
HSV(B)211.33º37.97%92.94%-
XYZ45.7349.1487.2-
YUV182.5158.75102.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.61%
GREEN value IS 190 (74.61% from 255) = 33.10%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=25.61%
G=33.10%
B=41.29%

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
Decimal1471902370.380.2000.07211.3371.4375.29
Hex93BEED261407d3474b
Octal223276355462407323107113
Binary1001001110111110111011011001101010001111101001110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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