#94BDFE

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

Shades of Light Sky Blue #94BDFE

Tints of Light Sky Blue #94BDFE

Color information

#94BDFE (or 0x94BDFE) is unknown color: approx Light Sky Blue. HEX triplet: 94, BD and FE. RGB value is (148,189,254). Sum of RGB (Red+Green+Blue) = 148+189+254=591 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.04% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #94BDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BDFE is #6B4201. Grayscale: #B7B7B7. Windows color (decimal): -7029250 or 16694676. OLE color: 16694676.

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

Color convert

RGB148189254-
CMYK0.420.2600.00
HSL216.79º98.15%78.82%-
HSV(B)216.79º41.73%99.61%-
XYZ48.349.85100.84-
YUV184.15167.42102.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.04%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=25.04%
G=31.98%
B=42.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1481892540.420.2600.00216.7998.1578.82
Hex94BDFE2A1A00d9624f
Octal224275376523200331142117
Binary10010100101111011111111010101011010001101100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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