#93CAEE

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

Shades of Cornflower #93CAEE

Tints of Cornflower #93CAEE

Color information

#93CAEE (or 0x93CAEE) is unknown color: approx Cornflower. HEX triplet: 93, CA and EE. RGB value is (147,202,238). Sum of RGB (Red+Green+Blue) = 147+202+238=587 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.04% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #93CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CAEE is #6C3511. Grayscale: #BDBDBD. Windows color (decimal): -7091474 or 15649427. OLE color: 15649427.

HSL color Cylindrical-coordinate representation of color #93CAEE: hue angle of 203.74º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93CAEE is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147202238-
CMYK0.380.1500.07
HSL203.74º72.8%75.49%-
HSV(B)203.74º38.24%93.33%-
XYZ48.5954.6288.87-
YUV189.66155.2897.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.04%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 238 (93.36% from 255) = 40.55%
R=25.04%
G=34.41%
B=40.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472022380.380.1500.07203.7472.875.49
Hex93CAEE26F07cc494b
Octal223312356461707314111113
Binary100100111100101011101110100110111101111100110010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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