#92CBFE

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

Shades of Light Sky Blue #92CBFE

Tints of Light Sky Blue #92CBFE

Color information

#92CBFE (or 0x92CBFE) is unknown color: approx Light Sky Blue. HEX triplet: 92, CB and FE. RGB value is (146,203,254). Sum of RGB (Red+Green+Blue) = 146+203+254=603 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.21% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #92CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CBFE is #6D3401. Grayscale: #BFBFBF. Windows color (decimal): -7156738 or 16698258. OLE color: 16698258.

HSL color Cylindrical-coordinate representation of color #92CBFE: hue angle of 208.33º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92CBFE is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB146203254-
CMYK0.430.2000.00
HSL208.33º98.18%78.43%-
HSV(B)208.33º42.52%99.61%-
XYZ51.155.98101.88-
YUV191.77163.1295.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.21%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=24.21%
G=33.67%
B=42.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1462032540.430.2000.00208.3398.1878.43
Hex92CBFE2B1400d0624e
Octal222313376532400320142116
Binary10010010110010111111111010101110100001101000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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