#93C9DD

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

Shades of Cornflower #93C9DD

Tints of Cornflower #93C9DD

Color information

#93C9DD (or 0x93C9DD) is unknown color: approx Cornflower. HEX triplet: 93, C9 and DD. RGB value is (147,201,221). Sum of RGB (Red+Green+Blue) = 147+201+221=569 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.83% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #93C9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C9DD is #6C3622. Grayscale: #BBBBBB. Windows color (decimal): -7091747 or 14535059. OLE color: 14535059.

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

Color convert

RGB147201221-
CMYK0.330.0900.13
HSL196.22º52.11%72.16%-
HSV(B)196.22º33.48%86.67%-
XYZ45.9753.276.25-
YUV187.13147.1199.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.83%
GREEN value IS 201 (78.91% from 255) = 35.33%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=25.83%
G=35.33%
B=38.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472012210.330.0900.13196.2252.1172.16
Hex93C9DD2190Dc43448
Octal223311335411101530464110
Binary100100111100100111011101100001100101101110001001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,201,221); }

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

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

 a { background-color: rgb(147,201,221); }

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

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

 span { border-color: rgb(147,201,221); }

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