#94BAFF

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

Shades of Light Sky Blue #94BAFF

Tints of Light Sky Blue #94BAFF

Color information

#94BAFF (or 0x94BAFF) is unknown color: approx Light Sky Blue. HEX triplet: 94, BA and FF. RGB value is (148,186,255). Sum of RGB (Red+Green+Blue) = 148+186+255=589 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.13% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #94BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BAFF is #6B4500. Grayscale: #B6B6B6. Windows color (decimal): -7030017 or 16759444. OLE color: 16759444.

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

Color convert

RGB148186255-
CMYK0.420.2700
HSL218.69º100%79.02%-
HSV(B)218.69º41.96%100%-
XYZ47.8248.63101.47-
YUV182.5168.91103.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.13%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 255 (100% from 255) = 43.29%
R=25.13%
G=31.58%
B=43.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481862550.420.2700218.6910079.02
Hex94BAFF2A1B00db644f
Octal224272377523300333144117
Binary10010100101110101111111110101011011001101101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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