#93CEEC

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

Shades of Cornflower #93CEEC

Tints of Cornflower #93CEEC

Color information

#93CEEC (or 0x93CEEC) is unknown color: approx Cornflower. HEX triplet: 93, CE and EC. RGB value is (147,206,236). Sum of RGB (Red+Green+Blue) = 147+206+236=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #93CEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CEEC is #6C3113. Grayscale: #BFBFBF. Windows color (decimal): -7090452 or 15519379. OLE color: 15519379.

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

Color convert

RGB147206236-
CMYK0.380.1300.07
HSL200.22º70.08%75.1%-
HSV(B)200.22º37.71%92.55%-
XYZ49.2456.487.65-
YUV191.78152.9596.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.96%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=24.96%
G=34.97%
B=40.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472062360.380.1300.07200.2270.0875.1
Hex93CEEC26D07c8464b
Octal223316354461507310106113
Binary100100111100111011101100100110110101111100100010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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