#92CCFB

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

Shades of Light Sky Blue #92CCFB

Tints of Light Sky Blue #92CCFB

Color information

#92CCFB (or 0x92CCFB) is unknown color: approx Light Sky Blue. HEX triplet: 92, CC and FB. RGB value is (146,204,251). Sum of RGB (Red+Green+Blue) = 146+204+251=601 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.29% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #92CCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CCFB is #6D3304. Grayscale: #BFBFBF. Windows color (decimal): -7156485 or 16501906. OLE color: 16501906.

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

Color convert

RGB146204251-
CMYK0.420.1900.02
HSL206.86º92.92%77.84%-
HSV(B)206.86º41.83%98.43%-
XYZ50.8656.2699.45-
YUV192.02161.2895.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.29%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=24.29%
G=33.94%
B=41.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462042510.420.1900.02206.8692.9277.84
Hex92CCFB2A1302cf5d4e
Octal222314373522302317135116
Binary100100101100110011111011101010100110101100111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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