#94CCFB

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

Shades of Light Sky Blue #94CCFB

Tints of Light Sky Blue #94CCFB

Color information

#94CCFB (or 0x94CCFB) is unknown color: approx Light Sky Blue. HEX triplet: 94, CC and FB. RGB value is (148,204,251). Sum of RGB (Red+Green+Blue) = 148+204+251=603 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.54% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #94CCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CCFB is #6B3304. Grayscale: #C0C0C0. Windows color (decimal): -7025413 or 16501908. OLE color: 16501908.

HSL color Cylindrical-coordinate representation of color #94CCFB: hue angle of 207.38º 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 #94CCFB is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148204251-
CMYK0.410.1900.02
HSL207.38º92.79%78.24%-
HSV(B)207.38º41.04%98.43%-
XYZ51.2256.4599.46-
YUV192.61160.9596.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.54%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=24.54%
G=33.83%
B=41.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482042510.410.1900.02207.3892.7978.24
Hex94CCFB291302cf5d4e
Octal224314373512302317135116
Binary100101001100110011111011101001100110101100111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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