#93BBF1

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

Shades of Cornflower #93BBF1

Tints of Cornflower #93BBF1

Color information

#93BBF1 (or 0x93BBF1) is unknown color: approx Cornflower. HEX triplet: 93, BB and F1. RGB value is (147,187,241). Sum of RGB (Red+Green+Blue) = 147+187+241=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #93BBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BBF1 is #6C440E. Grayscale: #B4B4B4. Windows color (decimal): -7095311 or 15842195. OLE color: 15842195.

HSL color Cylindrical-coordinate representation of color #93BBF1: hue angle of 214.47º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93BBF1 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147187241-
CMYK0.390.2200.05
HSL214.47º77.05%76.08%-
HSV(B)214.47º39%94.51%-
XYZ45.6848.0990.09-
YUV181.2161.75103.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.57%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 241 (94.53% from 255) = 41.91%
R=25.57%
G=32.52%
B=41.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471872410.390.2200.05214.4777.0576.08
Hex93BBF1271605d64d4c
Octal223273361472605326115114
Binary1001001110111011111100011001111011001011101011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,187,241); }

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

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

 a { background-color: rgb(147,187,241); }

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

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

 span { border-color: rgb(147,187,241); }

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