#93C5DB

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

Shades of Cornflower #93C5DB

Tints of Cornflower #93C5DB

Color information

#93C5DB (or 0x93C5DB) is unknown color: approx Cornflower. HEX triplet: 93, C5 and DB. RGB value is (147,197,219). Sum of RGB (Red+Green+Blue) = 147+197+219=563 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.11% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #93C5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C5DB is #6C3A24. Grayscale: #B8B8B8. Windows color (decimal): -7092773 or 14402963. OLE color: 14402963.

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

Color convert

RGB147197219-
CMYK0.330.1000.14
HSL198.33º50%71.76%-
HSV(B)198.33º32.88%85.88%-
XYZ44.7951.2574.55-
YUV184.56147.44101.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.11%
GREEN value IS 197 (77.34% from 255) = 34.99%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=26.11%
G=34.99%
B=38.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471972190.330.1000.14198.335071.76
Hex93C5DB21A0Ec63248
Octal223305333411201630662110
Binary100100111100010111011011100001101001110110001101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,197,219); }

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

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

 a { background-color: rgb(147,197,219); }

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

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

 span { border-color: rgb(147,197,219); }

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