#93D2EC

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

Shades of Cornflower #93D2EC

Tints of Cornflower #93D2EC

Color information

#93D2EC (or 0x93D2EC) is unknown color: approx Cornflower. HEX triplet: 93, D2 and EC. RGB value is (147,210,236). Sum of RGB (Red+Green+Blue) = 147+210+236=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #93D2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D2EC is #6C2D13. Grayscale: #C1C1C1. Windows color (decimal): -7089428 or 15520403. OLE color: 15520403.

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

Color convert

RGB147210236-
CMYK0.380.1100.07
HSL197.53º70.08%75.1%-
HSV(B)197.53º37.71%92.55%-
XYZ50.2258.3587.97-
YUV194.13151.6394.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.79%
GREEN value IS 210 (82.42% from 255) = 35.41%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=24.79%
G=35.41%
B=39.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472102360.380.1100.07197.5370.0875.1
Hex93D2EC26B07c6464b
Octal223322354461307306106113
Binary100100111101001011101100100110101101111100011010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,210,236); }

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

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

 a { background-color: rgb(147,210,236); }

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

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

 span { border-color: rgb(147,210,236); }

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