#94CBFE

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

Shades of Light Sky Blue #94CBFE

Tints of Light Sky Blue #94CBFE

Color information

#94CBFE (or 0x94CBFE) is unknown color: approx Light Sky Blue. HEX triplet: 94, CB and FE. RGB value is (148,203,254). Sum of RGB (Red+Green+Blue) = 148+203+254=605 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.46% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #94CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CBFE is #6B3401. Grayscale: #C0C0C0. Windows color (decimal): -7025666 or 16698260. OLE color: 16698260.

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

Color convert

RGB148203254-
CMYK0.420.2000.00
HSL208.87º98.15%78.82%-
HSV(B)208.87º41.73%99.61%-
XYZ51.4656.16101.89-
YUV192.37162.7896.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.46%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=24.46%
G=33.55%
B=41.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1482032540.420.2000.00208.8798.1578.82
Hex94CBFE2A1400d1624f
Octal224313376522400321142117
Binary10010100110010111111111010101010100001101000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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