#93BDDA

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

Shades of Cornflower #93BDDA

Tints of Cornflower #93BDDA

Color information

#93BDDA (or 0x93BDDA) is unknown color: approx Cornflower. HEX triplet: 93, BD and DA. RGB value is (147,189,218). Sum of RGB (Red+Green+Blue) = 147+189+218=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #93BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BDDA is #6C4225. Grayscale: #B3B3B3. Windows color (decimal): -7094822 or 14335379. OLE color: 14335379.

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

Color convert

RGB147189218-
CMYK0.330.1300.15
HSL204.51º48.97%71.57%-
HSV(B)204.51º32.57%85.49%-
XYZ42.8947.6673.27-
YUV179.75149.59104.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.53%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=26.53%
G=34.12%
B=39.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471892180.330.1300.15204.5148.9771.57
Hex93BDDA21D0Fcd3148
Octal223275332411501731561110
Binary100100111011110111011010100001110101111110011011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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