#93BEDF

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

Shades of Cornflower #93BEDF

Tints of Cornflower #93BEDF

Color information

#93BEDF (or 0x93BEDF) is unknown color: approx Cornflower. HEX triplet: 93, BE and DF. RGB value is (147,190,223). Sum of RGB (Red+Green+Blue) = 147+190+223=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #93BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEDF is #6C4120. Grayscale: #B4B4B4. Windows color (decimal): -7094561 or 14663315. OLE color: 14663315.

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

Color convert

RGB147190223-
CMYK0.340.1500.13
HSL206.05º54.29%72.55%-
HSV(B)206.05º34.08%87.45%-
XYZ43.7748.3676.84-
YUV180.9151.75103.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.25%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=26.25%
G=33.93%
B=39.82%

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
Decimal1471902230.340.1500.13206.0554.2972.55
Hex93BEDF22F0Dce3649
Octal223276337421701531666111
Binary100100111011111011011111100010111101101110011101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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