#93CCE1

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

Shades of Cornflower #93CCE1

Tints of Cornflower #93CCE1

Color information

#93CCE1 (or 0x93CCE1) is unknown color: approx Cornflower. HEX triplet: 93, CC and E1. RGB value is (147,204,225). Sum of RGB (Red+Green+Blue) = 147+204+225=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #93CCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCE1 is #6C331E. Grayscale: #BDBDBD. Windows color (decimal): -7090975 or 14797971. OLE color: 14797971.

HSL color Cylindrical-coordinate representation of color #93CCE1: hue angle of 196.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93CCE1 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB147204225-
CMYK0.350.0900.12
HSL196.15º56.52%72.94%-
HSV(B)196.15º34.67%88.24%-
XYZ47.2254.8379.33-
YUV189.35148.1297.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.52%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 225 (88.28% from 255) = 39.06%
R=25.52%
G=35.42%
B=39.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472042250.350.0900.12196.1556.5272.94
Hex93CCE12390Cc43949
Octal223314341431101430471111
Binary100100111100110011100001100011100101100110001001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,204,225); }

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

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

 a { background-color: rgb(147,204,225); }

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

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

 span { border-color: rgb(147,204,225); }

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