#93BFDF

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

Shades of Cornflower #93BFDF

Tints of Cornflower #93BFDF

Color information

#93BFDF (or 0x93BFDF) is unknown color: approx Cornflower. HEX triplet: 93, BF and DF. RGB value is (147,191,223). Sum of RGB (Red+Green+Blue) = 147+191+223=561 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.20% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #93BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BFDF is #6C4020. Grayscale: #B5B5B5. Windows color (decimal): -7094305 or 14663571. OLE color: 14663571.

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

Color convert

RGB147191223-
CMYK0.340.1400.13
HSL205.26º54.29%72.55%-
HSV(B)205.26º34.08%87.45%-
XYZ43.9848.7976.91-
YUV181.49151.42103.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.20%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=26.20%
G=34.05%
B=39.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471912230.340.1400.13205.2654.2972.55
Hex93BFDF22E0Dcd3649
Octal223277337421601531566111
Binary100100111011111111011111100010111001101110011011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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