#94C6FA

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

Shades of Light Sky Blue #94C6FA

Tints of Light Sky Blue #94C6FA

Color information

#94C6FA (or 0x94C6FA) is unknown color: approx Light Sky Blue. HEX triplet: 94, C6 and FA. RGB value is (148,198,250). Sum of RGB (Red+Green+Blue) = 148+198+250=596 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.83% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #94C6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C6FA is #6B3905. Grayscale: #BCBCBC. Windows color (decimal): -7026950 or 16434836. OLE color: 16434836.

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

Color convert

RGB148198250-
CMYK0.410.2100.02
HSL210.59º91.07%78.04%-
HSV(B)210.59º40.8%98.04%-
XYZ49.6653.5998.17-
YUV188.98162.4498.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.83%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=24.83%
G=33.22%
B=41.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481982500.410.2100.02210.5991.0778.04
Hex94C6FA291502d35b4e
Octal224306372512502323133116
Binary100101001100011011111010101001101010101101001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,198,250); }

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

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

 a { background-color: rgb(148,198,250); }

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

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

 span { border-color: rgb(148,198,250); }

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