#93CAF0

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

Shades of Cornflower #93CAF0

Tints of Cornflower #93CAF0

Color information

#93CAF0 (or 0x93CAF0) is unknown color: approx Cornflower. HEX triplet: 93, CA and F0. RGB value is (147,202,240). Sum of RGB (Red+Green+Blue) = 147+202+240=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #93CAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CAF0 is #6C350F. Grayscale: #BDBDBD. Windows color (decimal): -7091472 or 15780499. OLE color: 15780499.

HSL color Cylindrical-coordinate representation of color #93CAF0: hue angle of 204.52º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93CAF0 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147202240-
CMYK0.390.1600.06
HSL204.52º75.61%75.88%-
HSV(B)204.52º38.75%94.12%-
XYZ48.8854.7490.43-
YUV189.89156.2897.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.96%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 240 (94.14% from 255) = 40.75%
R=24.96%
G=34.30%
B=40.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472022400.390.1600.06204.5275.6175.88
Hex93CAF0271006cd4c4c
Octal223312360472006315114114
Binary1001001111001010111100001001111000001101100110110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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