#93C6E4

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

Shades of Cornflower #93C6E4

Tints of Cornflower #93C6E4

Color information

#93C6E4 (or 0x93C6E4) is unknown color: approx Cornflower. HEX triplet: 93, C6 and E4. RGB value is (147,198,228). Sum of RGB (Red+Green+Blue) = 147+198+228=573 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.65% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 228 - color contains mainly: blue. Hex color #93C6E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C6E4 is #6C391B. Grayscale: #BABABA. Windows color (decimal): -7092508 or 14993043. OLE color: 14993043.

HSL color Cylindrical-coordinate representation of color #93C6E4: hue angle of 202.22º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93C6E4 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB147198228-
CMYK0.360.1300.11
HSL202.22º60%73.53%-
HSV(B)202.22º35.53%89.41%-
XYZ46.2352.1981.04-
YUV186.17151.6100.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.65%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 228 (89.45% from 255) = 39.79%
R=25.65%
G=34.55%
B=39.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1471982280.360.1300.11202.226073.53
Hex93C6E424D0Bca3c4a
Octal223306344441501331274112
Binary100100111100011011100100100100110101011110010101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,198,228); }

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

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

 a { background-color: rgb(147,198,228); }

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

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

 span { border-color: rgb(147,198,228); }

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