#93C8DD

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

Shades of Cornflower #93C8DD

Tints of Cornflower #93C8DD

Color information

#93C8DD (or 0x93C8DD) is unknown color: approx Cornflower. HEX triplet: 93, C8 and DD. RGB value is (147,200,221). Sum of RGB (Red+Green+Blue) = 147+200+221=568 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.88% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #93C8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C8DD is #6C3722. Grayscale: #BABABA. Windows color (decimal): -7092003 or 14534803. OLE color: 14534803.

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

Color convert

RGB147200221-
CMYK0.330.1000.13
HSL197.03º52.11%72.16%-
HSV(B)197.03º33.48%86.67%-
XYZ45.7452.7376.17-
YUV186.55147.4499.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.88%
GREEN value IS 200 (78.52% from 255) = 35.21%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=25.88%
G=35.21%
B=38.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472002210.330.1000.13197.0352.1172.16
Hex93C8DD21A0Dc53448
Octal223310335411201530564110
Binary100100111100100011011101100001101001101110001011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,200,221); }

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

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

 a { background-color: rgb(147,200,221); }

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

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

 span { border-color: rgb(147,200,221); }

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