#93BBF4

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

Shades of Cornflower #93BBF4

Tints of Cornflower #93BBF4

Color information

#93BBF4 (or 0x93BBF4) is unknown color: approx Cornflower. HEX triplet: 93, BB and F4. RGB value is (147,187,244). Sum of RGB (Red+Green+Blue) = 147+187+244=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 244 - color contains mainly: blue. Hex color #93BBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BBF4 is #6C440B. Grayscale: #B5B5B5. Windows color (decimal): -7095308 or 16038803. OLE color: 16038803.

HSL color Cylindrical-coordinate representation of color #93BBF4: hue angle of 215.26º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93BBF4 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147187244-
CMYK0.400.2300.04
HSL215.26º81.51%76.67%-
HSV(B)215.26º39.75%95.69%-
XYZ46.1348.2892.47-
YUV181.54163.25103.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.43%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 244 (95.70% from 255) = 42.21%
R=25.43%
G=32.35%
B=42.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1471872440.400.2300.04215.2681.5176.67
Hex93BBF4281704d7524d
Octal223273364502704327122115
Binary1001001110111011111101001010001011101001101011110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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