#93C0DA

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

Shades of Cornflower #93C0DA

Tints of Cornflower #93C0DA

Color information

#93C0DA (or 0x93C0DA) is unknown color: approx Cornflower. HEX triplet: 93, C0 and DA. RGB value is (147,192,218). Sum of RGB (Red+Green+Blue) = 147+192+218=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #93C0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C0DA is #6C3F25. Grayscale: #B5B5B5. Windows color (decimal): -7094054 or 14336147. OLE color: 14336147.

HSL color Cylindrical-coordinate representation of color #93C0DA: hue angle of 201.97º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93C0DA is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB147192218-
CMYK0.330.1200.15
HSL201.97º48.97%71.57%-
HSV(B)201.97º32.57%85.49%-
XYZ43.5448.9673.49-
YUV181.51148.59103.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.39%
GREEN value IS 192 (75.39% from 255) = 34.47%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=26.39%
G=34.47%
B=39.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471922180.330.1200.15201.9748.9771.57
Hex93C0DA21C0Fca3148
Octal223300332411401731261110
Binary100100111100000011011010100001110001111110010101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,192,218); }

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

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

 a { background-color: rgb(147,192,218); }

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

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

 span { border-color: rgb(147,192,218); }

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