#94C2FC

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

Shades of Light Sky Blue #94C2FC

Tints of Light Sky Blue #94C2FC

Color information

#94C2FC (or 0x94C2FC) is unknown color: approx Light Sky Blue. HEX triplet: 94, C2 and FC. RGB value is (148,194,252). Sum of RGB (Red+Green+Blue) = 148+194+252=594 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.92% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #94C2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C2FC is #6B3D03. Grayscale: #BABABA. Windows color (decimal): -7027972 or 16564884. OLE color: 16564884.

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

Color convert

RGB148194252-
CMYK0.410.2300.01
HSL213.46º94.55%78.43%-
HSV(B)213.46º41.27%98.82%-
XYZ49.0851.9199.53-
YUV186.86164.76100.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.92%
GREEN value IS 194 (76.17% from 255) = 32.66%
BLUE value IS 252 (98.83% from 255) = 42.42%
R=24.92%
G=32.66%
B=42.42%

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
Decimal1481942520.410.2300.01213.4694.5578.43
Hex94C2FC291701d55f4e
Octal224302374512701325137116
Binary10010100110000101111110010100110111011101010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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