#93C3DB

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

Shades of Cornflower #93C3DB

Tints of Cornflower #93C3DB

Color information

#93C3DB (or 0x93C3DB) is unknown color: approx Cornflower. HEX triplet: 93, C3 and DB. RGB value is (147,195,219). Sum of RGB (Red+Green+Blue) = 147+195+219=561 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.20% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #93C3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C3DB is #6C3C24. Grayscale: #B7B7B7. Windows color (decimal): -7093285 or 14402451. OLE color: 14402451.

HSL color Cylindrical-coordinate representation of color #93C3DB: hue angle of 200º 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 #93C3DB is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB147195219-
CMYK0.330.1100.14
HSL200º50%71.76%-
HSV(B)200º32.88%85.88%-
XYZ44.3350.3574.4-
YUV183.38148.1102.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.20%
GREEN value IS 195 (76.56% from 255) = 34.76%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=26.20%
G=34.76%
B=39.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471952190.330.1100.142005071.76
Hex93C3DB21B0Ec83248
Octal223303333411301631062110
Binary100100111100001111011011100001101101110110010001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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