#94BADA

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

Shades of Cornflower #94BADA

Tints of Cornflower #94BADA

Color information

#94BADA (or 0x94BADA) is unknown color: approx Cornflower. HEX triplet: 94, BA and DA. RGB value is (148,186,218). Sum of RGB (Red+Green+Blue) = 148+186+218=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #94BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BADA is #6B4525. Grayscale: #B2B2B2. Windows color (decimal): -7030054 or 14334612. OLE color: 14334612.

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

Color convert

RGB148186218-
CMYK0.320.1500.15
HSL207.43º48.61%71.76%-
HSV(B)207.43º32.11%85.49%-
XYZ42.4346.4873.06-
YUV178.29150.41106.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.81%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=26.81%
G=33.70%
B=39.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1481862180.320.1500.15207.4348.6171.76
Hex94BADA20F0Fcf3148
Octal224272332401701731761110
Binary100101001011101011011010100000111101111110011111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94BADA; }

 p { color: rgb(148,186,218); }

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

<style>
 a { background-color: #94BADA; }

 a { background-color: rgb(148,186,218); }

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

<style>
 span { border-color: #94BADA; }

 span { border-color: rgb(148,186,218); }

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