#94BEFC

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

Shades of Light Sky Blue #94BEFC

Tints of Light Sky Blue #94BEFC

Color information

#94BEFC (or 0x94BEFC) is unknown color: approx Light Sky Blue. HEX triplet: 94, BE and FC. RGB value is (148,190,252). Sum of RGB (Red+Green+Blue) = 148+190+252=590 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.08% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #94BEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BEFC is #6B4103. Grayscale: #B8B8B8. Windows color (decimal): -7028996 or 16563860. OLE color: 16563860.

HSL color Cylindrical-coordinate representation of color #94BEFC: hue angle of 215.77º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94BEFC is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148190252-
CMYK0.410.2500.01
HSL215.77º94.55%78.43%-
HSV(B)215.77º41.27%98.82%-
XYZ48.250.1599.24-
YUV184.51166.09101.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.08%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=25.08%
G=32.20%
B=42.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481902520.410.2500.01215.7794.5578.43
Hex94BEFC291901d85f4e
Octal224276374513101330137116
Binary10010100101111101111110010100111001011101100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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