#94C2FD

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

Shades of Light Sky Blue #94C2FD

Tints of Light Sky Blue #94C2FD

Color information

#94C2FD (or 0x94C2FD) is unknown color: approx Light Sky Blue. HEX triplet: 94, C2 and FD. RGB value is (148,194,253). Sum of RGB (Red+Green+Blue) = 148+194+253=595 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.87% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #94C2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C2FD is #6B3D02. Grayscale: #BABABA. Windows color (decimal): -7027971 or 16630420. OLE color: 16630420.

HSL color Cylindrical-coordinate representation of color #94C2FD: hue angle of 213.71º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94C2FD is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148194253-
CMYK0.420.2300.01
HSL213.71º96.33%78.63%-
HSV(B)213.71º41.5%99.22%-
XYZ49.2351.97100.37-
YUV186.97165.26100.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.87%
GREEN value IS 194 (76.17% from 255) = 32.61%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=24.87%
G=32.61%
B=42.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481942530.420.2300.01213.7196.3378.63
Hex94C2FD2A1701d6604f
Octal224302375522701326140117
Binary10010100110000101111110110101010111011101011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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