#93D1EF

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

Shades of Cornflower #93D1EF

Tints of Cornflower #93D1EF

Color information

#93D1EF (or 0x93D1EF) is unknown color: approx Cornflower. HEX triplet: 93, D1 and EF. RGB value is (147,209,239). Sum of RGB (Red+Green+Blue) = 147+209+239=595 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.71% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #93D1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D1EF is #6C2E10. Grayscale: #C1C1C1. Windows color (decimal): -7089681 or 15716755. OLE color: 15716755.

HSL color Cylindrical-coordinate representation of color #93D1EF: hue angle of 199.57º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93D1EF is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147209239-
CMYK0.380.1300.06
HSL199.57º74.19%75.69%-
HSV(B)199.57º38.49%93.73%-
XYZ50.4158.0490.21-
YUV193.88153.4694.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.71%
GREEN value IS 209 (82.03% from 255) = 35.13%
BLUE value IS 239 (93.75% from 255) = 40.17%
R=24.71%
G=35.13%
B=40.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472092390.380.1300.06199.5774.1975.69
Hex93D1EF26D06c84a4c
Octal223321357461506310112114
Binary100100111101000111101111100110110101101100100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,209,239); }

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

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

 a { background-color: rgb(147,209,239); }

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

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

 span { border-color: rgb(147,209,239); }

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