#93BFDE

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

Shades of Cornflower #93BFDE

Tints of Cornflower #93BFDE

Color information

#93BFDE (or 0x93BFDE) is unknown color: approx Cornflower. HEX triplet: 93, BF and DE. RGB value is (147,191,222). Sum of RGB (Red+Green+Blue) = 147+191+222=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #93BFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BFDE is #6C4021. Grayscale: #B5B5B5. Windows color (decimal): -7094306 or 14598035. OLE color: 14598035.

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

Color convert

RGB147191222-
CMYK0.340.1400.13
HSL204.8º53.19%72.35%-
HSV(B)204.8º33.78%87.06%-
XYZ43.8548.7476.2-
YUV181.38150.92103.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.25%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 222 (87.11% from 255) = 39.64%
R=26.25%
G=34.11%
B=39.64%

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
Decimal1471912220.340.1400.13204.853.1972.35
Hex93BFDE22E0Dcd3548
Octal223277336421601531565110
Binary100100111011111111011110100010111001101110011011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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