#94D0FC

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

Shades of Light Sky Blue #94D0FC

Tints of Light Sky Blue #94D0FC

Color information

#94D0FC (or 0x94D0FC) is unknown color: approx Light Sky Blue. HEX triplet: 94, D0 and FC. RGB value is (148,208,252). Sum of RGB (Red+Green+Blue) = 148+208+252=608 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.34% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #94D0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D0FC is #6B2F03. Grayscale: #C2C2C2. Windows color (decimal): -7024388 or 16568468. OLE color: 16568468.

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

Color convert

RGB148208252-
CMYK0.410.1700.01
HSL205.38º94.55%78.43%-
HSV(B)205.38º41.27%98.82%-
XYZ52.3458.44100.62-
YUV195.08160.1294.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.34%
GREEN value IS 208 (81.64% from 255) = 34.21%
BLUE value IS 252 (98.83% from 255) = 41.45%
R=24.34%
G=34.21%
B=41.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482082520.410.1700.01205.3894.5578.43
Hex94D0FC291101cd5f4e
Octal224320374512101315137116
Binary10010100110100001111110010100110001011100110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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