#94CEFB

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

Shades of Light Sky Blue #94CEFB

Tints of Light Sky Blue #94CEFB

Color information

#94CEFB (or 0x94CEFB) is unknown color: approx Light Sky Blue. HEX triplet: 94, CE and FB. RGB value is (148,206,251). Sum of RGB (Red+Green+Blue) = 148+206+251=605 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.46% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #94CEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CEFB is #6B3104. Grayscale: #C1C1C1. Windows color (decimal): -7024901 or 16502420. OLE color: 16502420.

HSL color Cylindrical-coordinate representation of color #94CEFB: hue angle of 206.21º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94CEFB is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148206251-
CMYK0.410.1800.02
HSL206.21º92.79%78.24%-
HSV(B)206.21º41.04%98.43%-
XYZ51.757.499.62-
YUV193.79160.2895.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.46%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 251 (98.44% from 255) = 41.49%
R=24.46%
G=34.05%
B=41.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482062510.410.1800.02206.2192.7978.24
Hex94CEFB291202ce5d4e
Octal224316373512202316135116
Binary100101001100111011111011101001100100101100111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,206,251); }

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

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

 a { background-color: rgb(148,206,251); }

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

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

 span { border-color: rgb(148,206,251); }

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