#94BFFD

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

Shades of Light Sky Blue #94BFFD

Tints of Light Sky Blue #94BFFD

Color information

#94BFFD (or 0x94BFFD) is unknown color: approx Light Sky Blue. HEX triplet: 94, BF and FD. RGB value is (148,191,253). Sum of RGB (Red+Green+Blue) = 148+191+253=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #94BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BFFD is #6B4002. Grayscale: #B8B8B8. Windows color (decimal): -7028739 or 16629652. OLE color: 16629652.

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

Color convert

RGB148191253-
CMYK0.420.2500.01
HSL215.43º96.33%78.63%-
HSV(B)215.43º41.5%99.22%-
XYZ48.5750.65100.14-
YUV185.21166.25101.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25%
GREEN value IS 191 (75% from 255) = 32.26%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=25%
G=32.26%
B=42.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481912530.420.2500.01215.4396.3378.63
Hex94BFFD2A1901d7604f
Octal224277375523101327140117
Binary10010100101111111111110110101011001011101011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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