#94C3FC

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

Shades of Light Sky Blue #94C3FC

Tints of Light Sky Blue #94C3FC

Color information

#94C3FC (or 0x94C3FC) is unknown color: approx Light Sky Blue. HEX triplet: 94, C3 and FC. RGB value is (148,195,252). Sum of RGB (Red+Green+Blue) = 148+195+252=595 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.87% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #94C3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C3FC is #6B3C03. Grayscale: #BBBBBB. Windows color (decimal): -7027716 or 16565140. OLE color: 16565140.

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

Color convert

RGB148195252-
CMYK0.410.2300.01
HSL212.88º94.55%78.43%-
HSV(B)212.88º41.27%98.82%-
XYZ49.352.3599.6-
YUV187.44164.4399.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.87%
GREEN value IS 195 (76.56% from 255) = 32.77%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=24.87%
G=32.77%
B=42.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481952520.410.2300.01212.8894.5578.43
Hex94C3FC291701d55f4e
Octal224303374512701325137116
Binary10010100110000111111110010100110111011101010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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