#93CDEB

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

Shades of Cornflower #93CDEB

Tints of Cornflower #93CDEB

Color information

#93CDEB (or 0x93CDEB) is unknown color: approx Cornflower. HEX triplet: 93, CD and EB. RGB value is (147,205,235). Sum of RGB (Red+Green+Blue) = 147+205+235=587 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.04% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #93CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CDEB is #6C3214. Grayscale: #BEBEBE. Windows color (decimal): -7090709 or 15453587. OLE color: 15453587.

HSL color Cylindrical-coordinate representation of color #93CDEB: hue angle of 200.45º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93CDEB is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147205235-
CMYK0.370.1300.08
HSL200.45º68.75%74.9%-
HSV(B)200.45º37.45%92.16%-
XYZ48.8655.8686.8-
YUV191.08152.7896.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.04%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=25.04%
G=34.92%
B=40.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472052350.370.1300.08200.4568.7574.9
Hex93CDEB25D08c8454b
Octal2233153534515010310105113
Binary1001001111001101111010111001011101010001100100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,205,235); }

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

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

 a { background-color: rgb(147,205,235); }

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

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

 span { border-color: rgb(147,205,235); }

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