#94BDFB

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

Shades of Light Sky Blue #94BDFB

Tints of Light Sky Blue #94BDFB

Color information

#94BDFB (or 0x94BDFB) is unknown color: approx Light Sky Blue. HEX triplet: 94, BD and FB. RGB value is (148,189,251). Sum of RGB (Red+Green+Blue) = 148+189+251=588 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.17% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #94BDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BDFB is #6B4204. Grayscale: #B7B7B7. Windows color (decimal): -7029253 or 16498068. OLE color: 16498068.

HSL color Cylindrical-coordinate representation of color #94BDFB: hue angle of 216.12º degrees, saturation: 0.93, 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 #94BDFB is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148189251-
CMYK0.410.2500.02
HSL216.12º92.79%78.24%-
HSV(B)216.12º41.04%98.43%-
XYZ47.8249.6698.33-
YUV183.81165.92102.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.17%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=25.17%
G=32.14%
B=42.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481892510.410.2500.02216.1292.7978.24
Hex94BDFB291902d85d4e
Octal224275373513102330135116
Binary100101001011110111111011101001110010101101100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,189,251); }

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

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

 a { background-color: rgb(148,189,251); }

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

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

 span { border-color: rgb(148,189,251); }

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