#94BAF4

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

Shades of Cornflower #94BAF4

Tints of Cornflower #94BAF4

Color information

#94BAF4 (or 0x94BAF4) is unknown color: approx Cornflower. HEX triplet: 94, BA and F4. RGB value is (148,186,244). Sum of RGB (Red+Green+Blue) = 148+186+244=578 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.61% from 578); Green value is 186 (73.05% from 255 or 32.18% 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 #94BAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BAF4 is #6B450B. Grayscale: #B4B4B4. Windows color (decimal): -7030028 or 16038548. OLE color: 16038548.

HSL color Cylindrical-coordinate representation of color #94BAF4: hue angle of 216.25º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94BAF4 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB148186244-
CMYK0.390.2400.04
HSL216.25º81.36%76.86%-
HSV(B)216.25º39.34%95.69%-
XYZ46.147.9592.41-
YUV181.25163.41104.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.61%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 244 (95.70% from 255) = 42.21%
R=25.61%
G=32.18%
B=42.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1481862440.390.2400.04216.2581.3676.86
Hex94BAF4271804d8514d
Octal224272364473004330121115
Binary1001010010111010111101001001111100001001101100010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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