#94BCFD

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

Shades of Light Sky Blue #94BCFD

Tints of Light Sky Blue #94BCFD

Color information

#94BCFD (or 0x94BCFD) is unknown color: approx Light Sky Blue. HEX triplet: 94, BC and FD. RGB value is (148,188,253). Sum of RGB (Red+Green+Blue) = 148+188+253=589 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.13% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #94BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BCFD is #6B4302. Grayscale: #B7B7B7. Windows color (decimal): -7029507 or 16628884. OLE color: 16628884.

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

Color convert

RGB148188253-
CMYK0.420.2600.01
HSL217.14º96.33%78.63%-
HSV(B)217.14º41.5%99.22%-
XYZ47.9349.3599.93-
YUV183.45167.25102.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.13%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=25.13%
G=31.92%
B=42.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481882530.420.2600.01217.1496.3378.63
Hex94BCFD2A1A01d9604f
Octal224274375523201331140117
Binary10010100101111001111110110101011010011101100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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