#92BBF8

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

Shades of Light Sky Blue #92BBF8

Tints of Light Sky Blue #92BBF8

Color information

#92BBF8 (or 0x92BBF8) is unknown color: approx Light Sky Blue. HEX triplet: 92, BB and F8. RGB value is (146,187,248). Sum of RGB (Red+Green+Blue) = 146+187+248=581 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.13% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #92BBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BBF8 is #6D4407. Grayscale: #B5B5B5. Windows color (decimal): -7160840 or 16300946. OLE color: 16300946.

HSL color Cylindrical-coordinate representation of color #92BBF8: hue angle of 215.88º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92BBF8 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB146187248-
CMYK0.410.2500.03
HSL215.88º87.93%77.25%-
HSV(B)215.88º41.13%97.25%-
XYZ46.5748.4395.7-
YUV181.7165.42102.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.13%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 248 (97.27% from 255) = 42.69%
R=25.13%
G=32.19%
B=42.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1461872480.410.2500.03215.8887.9377.25
Hex92BBF8291903d8584d
Octal222273370513103330130115
Binary100100101011101111111000101001110010111101100010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,187,248); }

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

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

 a { background-color: rgb(146,187,248); }

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

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

 span { border-color: rgb(146,187,248); }

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