#93CADF

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

Shades of Cornflower #93CADF

Tints of Cornflower #93CADF

Color information

#93CADF (or 0x93CADF) is unknown color: approx Cornflower. HEX triplet: 93, CA and DF. RGB value is (147,202,223). Sum of RGB (Red+Green+Blue) = 147+202+223=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #93CADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CADF is #6C3520. Grayscale: #BBBBBB. Windows color (decimal): -7091489 or 14666387. OLE color: 14666387.

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

Color convert

RGB147202223-
CMYK0.340.0900.13
HSL196.58º54.29%72.55%-
HSV(B)196.58º34.08%87.45%-
XYZ46.4753.7777.74-
YUV187.95147.7898.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.70%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=25.70%
G=35.31%
B=38.99%

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
Decimal1472022230.340.0900.13196.5854.2972.55
Hex93CADF2290Dc53649
Octal223312337421101530566111
Binary100100111100101011011111100010100101101110001011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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