#94BEF9

Color #94BEF9 Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #94BEF9

Tints of Light Sky Blue #94BEF9

Color information

#94BEF9 (or 0x94BEF9) is unknown color: approx Light Sky Blue. HEX triplet: 94, BE and F9. RGB value is (148,190,249). Sum of RGB (Red+Green+Blue) = 148+190+249=587 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.21% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #94BEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BEF9 is #6B4106. Grayscale: #B7B7B7. Windows color (decimal): -7028999 or 16367252. OLE color: 16367252.

HSL color Cylindrical-coordinate representation of color #94BEF9: hue angle of 215.05º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94BEF9 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148190249-
CMYK0.410.2400.02
HSL215.05º89.38%77.84%-
HSV(B)215.05º40.56%97.65%-
XYZ47.7349.9696.75-
YUV184.17164.59102.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.21%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 249 (97.66% from 255) = 42.42%
R=25.21%
G=32.37%
B=42.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481902490.410.2400.02215.0589.3877.84
Hex94BEF9291802d7594e
Octal224276371513002327131116
Binary100101001011111011111001101001110000101101011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,190,249); }

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

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

 a { background-color: rgb(148,190,249); }

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

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

 span { border-color: rgb(148,190,249); }

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