#94BDFF

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

Shades of Light Sky Blue #94BDFF

Tints of Light Sky Blue #94BDFF

Color information

#94BDFF (or 0x94BDFF) is unknown color: approx Light Sky Blue. HEX triplet: 94, BD and FF. RGB value is (148,189,255). Sum of RGB (Red+Green+Blue) = 148+189+255=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #94BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BDFF is #6B4200. Grayscale: #B7B7B7. Windows color (decimal): -7029249 or 16760212. OLE color: 16760212.

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

Color convert

RGB148189255-
CMYK0.420.2600
HSL217.01º100%79.02%-
HSV(B)217.01º41.96%100%-
XYZ48.4649.91101.69-
YUV184.26167.92102.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 255 (100% from 255) = 43.07%
R=25%
G=31.93%
B=43.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481892550.420.2600217.0110079.02
Hex94BDFF2A1A00d9644f
Octal224275377523200331144117
Binary10010100101111011111111110101011010001101100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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