#94C0FC

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

Shades of Light Sky Blue #94C0FC

Tints of Light Sky Blue #94C0FC

Color information

#94C0FC (or 0x94C0FC) is unknown color: approx Light Sky Blue. HEX triplet: 94, C0 and FC. RGB value is (148,192,252). Sum of RGB (Red+Green+Blue) = 148+192+252=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #94C0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C0FC is #6B3F03. Grayscale: #B9B9B9. Windows color (decimal): -7028484 or 16564372. OLE color: 16564372.

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

Color convert

RGB148192252-
CMYK0.410.2400.01
HSL214.62º94.55%78.43%-
HSV(B)214.62º41.27%98.82%-
XYZ48.6351.0299.38-
YUV185.68165.42101.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25%
GREEN value IS 192 (75.39% from 255) = 32.43%
BLUE value IS 252 (98.83% from 255) = 42.57%
R=25%
G=32.43%
B=42.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481922520.410.2400.01214.6294.5578.43
Hex94C0FC291801d75f4e
Octal224300374513001327137116
Binary10010100110000001111110010100111000011101011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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