#94BCF7

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

Shades of Light Sky Blue #94BCF7

Tints of Light Sky Blue #94BCF7

Color information

#94BCF7 (or 0x94BCF7) is unknown color: approx Light Sky Blue. HEX triplet: 94, BC and F7. RGB value is (148,188,247). Sum of RGB (Red+Green+Blue) = 148+188+247=583 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.39% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #94BCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BCF7 is #6B4308. Grayscale: #B6B6B6. Windows color (decimal): -7029513 or 16235668. OLE color: 16235668.

HSL color Cylindrical-coordinate representation of color #94BCF7: hue angle of 215.76º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94BCF7 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB148188247-
CMYK0.400.2400.03
HSL215.76º86.09%77.45%-
HSV(B)215.76º40.08%96.86%-
XYZ46.9848.9894.97-
YUV182.77164.25103.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.39%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 247 (96.88% from 255) = 42.37%
R=25.39%
G=32.25%
B=42.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1481882470.400.2400.03215.7686.0977.45
Hex94BCF7281803d8564d
Octal224274367503003330126115
Binary100101001011110011110111101000110000111101100010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,188,247); }

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

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

 a { background-color: rgb(148,188,247); }

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

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

 span { border-color: rgb(148,188,247); }

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