#94BAFB

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

Shades of Light Sky Blue #94BAFB

Tints of Light Sky Blue #94BAFB

Color information

#94BAFB (or 0x94BAFB) is unknown color: approx Light Sky Blue. HEX triplet: 94, BA and FB. RGB value is (148,186,251). Sum of RGB (Red+Green+Blue) = 148+186+251=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #94BAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BAFB is #6B4504. Grayscale: #B5B5B5. Windows color (decimal): -7030021 or 16497300. OLE color: 16497300.

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

Color convert

RGB148186251-
CMYK0.410.2600.02
HSL217.86º92.79%78.24%-
HSV(B)217.86º41.04%98.43%-
XYZ47.1848.3898.12-
YUV182.05166.91103.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.30%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=25.30%
G=31.79%
B=42.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481862510.410.2600.02217.8692.7978.24
Hex94BAFB291A02da5d4e
Octal224272373513202332135116
Binary100101001011101011111011101001110100101101101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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