#94BEFE

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

Shades of Light Sky Blue #94BEFE

Tints of Light Sky Blue #94BEFE

Color information

#94BEFE (or 0x94BEFE) is unknown color: approx Light Sky Blue. HEX triplet: 94, BE and FE. RGB value is (148,190,254). Sum of RGB (Red+Green+Blue) = 148+190+254=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #94BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BEFE is #6B4101. Grayscale: #B8B8B8. Windows color (decimal): -7028994 or 16694932. OLE color: 16694932.

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

Color convert

RGB148190254-
CMYK0.420.2500.00
HSL216.23º98.15%78.82%-
HSV(B)216.23º41.73%99.61%-
XYZ48.5250.28100.91-
YUV184.74167.09101.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=25%
G=32.09%
B=42.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1481902540.420.2500.00216.2398.1578.82
Hex94BEFE2A1900d8624f
Octal224276376523100330142117
Binary10010100101111101111111010101011001001101100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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