#94B9FC

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

Shades of Light Sky Blue #94B9FC

Tints of Light Sky Blue #94B9FC

Color information

#94B9FC (or 0x94B9FC) is unknown color: approx Light Sky Blue. HEX triplet: 94, B9 and FC. RGB value is (148,185,252). Sum of RGB (Red+Green+Blue) = 148+185+252=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #94B9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94B9FC is #6B4603. Grayscale: #B5B5B5. Windows color (decimal): -7030276 or 16562580. OLE color: 16562580.

HSL color Cylindrical-coordinate representation of color #94B9FC: hue angle of 218.65º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94B9FC is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148185252-
CMYK0.410.2700.01
HSL218.65º94.55%78.43%-
HSV(B)218.65º41.27%98.82%-
XYZ47.1348.0298.88-
YUV181.58167.74104.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.30%
GREEN value IS 185 (72.66% from 255) = 31.62%
BLUE value IS 252 (98.83% from 255) = 43.08%
R=25.30%
G=31.62%
B=43.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481852520.410.2700.01218.6594.5578.43
Hex94B9FC291B01db5f4e
Octal224271374513301333137116
Binary10010100101110011111110010100111011011101101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,185,252); }

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

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

 a { background-color: rgb(148,185,252); }

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

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

 span { border-color: rgb(148,185,252); }

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