#93CADE

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

Shades of Cornflower #93CADE

Tints of Cornflower #93CADE

Color information

#93CADE (or 0x93CADE) is unknown color: approx Cornflower. HEX triplet: 93, CA and DE. RGB value is (147,202,222). Sum of RGB (Red+Green+Blue) = 147+202+222=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #93CADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CADE is #6C3521. Grayscale: #BBBBBB. Windows color (decimal): -7091490 or 14600851. OLE color: 14600851.

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

Color convert

RGB147202222-
CMYK0.340.0900.13
HSL196º53.19%72.35%-
HSV(B)196º33.78%87.06%-
XYZ46.3453.7277.03-
YUV187.83147.2898.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.74%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=25.74%
G=35.38%
B=38.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472022220.340.0900.1319653.1972.35
Hex93CADE2290Dc43548
Octal223312336421101530465110
Binary100100111100101011011110100010100101101110001001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,202,222); }

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

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

 a { background-color: rgb(147,202,222); }

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

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

 span { border-color: rgb(147,202,222); }

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