#94BAFD

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

Shades of Light Sky Blue #94BAFD

Tints of Light Sky Blue #94BAFD

Color information

#94BAFD (or 0x94BAFD) is unknown color: approx Light Sky Blue. HEX triplet: 94, BA and FD. RGB value is (148,186,253). Sum of RGB (Red+Green+Blue) = 148+186+253=587 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.21% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #94BAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BAFD is #6B4502. Grayscale: #B5B5B5. Windows color (decimal): -7030019 or 16628372. OLE color: 16628372.

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

Color convert

RGB148186253-
CMYK0.420.2600.01
HSL218.29º96.33%78.63%-
HSV(B)218.29º41.5%99.22%-
XYZ47.548.5199.79-
YUV182.28167.91103.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.21%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=25.21%
G=31.69%
B=43.10%

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
Decimal1481862530.420.2600.01218.2996.3378.63
Hex94BAFD2A1A01da604f
Octal224272375523201332140117
Binary10010100101110101111110110101011010011101101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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