#93BDF0

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

Shades of Cornflower #93BDF0

Tints of Cornflower #93BDF0

Color information

#93BDF0 (or 0x93BDF0) is unknown color: approx Cornflower. HEX triplet: 93, BD and F0. RGB value is (147,189,240). Sum of RGB (Red+Green+Blue) = 147+189+240=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #93BDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BDF0 is #6C420F. Grayscale: #B6B6B6. Windows color (decimal): -7094800 or 15777171. OLE color: 15777171.

HSL color Cylindrical-coordinate representation of color #93BDF0: hue angle of 212.9º 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 #93BDF0 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147189240-
CMYK0.390.2100.06
HSL212.9º75.61%75.88%-
HSV(B)212.9º38.75%94.12%-
XYZ45.9648.8989.45-
YUV182.26160.59102.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.52%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 240 (94.14% from 255) = 41.67%
R=25.52%
G=32.81%
B=41.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471892400.390.2100.06212.975.6175.88
Hex93BDF0271506d54c4c
Octal223275360472506325114114
Binary1001001110111101111100001001111010101101101010110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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