#92CBFB

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

Shades of Light Sky Blue #92CBFB

Tints of Light Sky Blue #92CBFB

Color information

#92CBFB (or 0x92CBFB) is unknown color: approx Light Sky Blue. HEX triplet: 92, CB and FB. RGB value is (146,203,251). Sum of RGB (Red+Green+Blue) = 146+203+251=600 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.33% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #92CBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CBFB is #6D3404. Grayscale: #BFBFBF. Windows color (decimal): -7156741 or 16501650. OLE color: 16501650.

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

Color convert

RGB146203251-
CMYK0.420.1900.02
HSL207.43º92.92%77.84%-
HSV(B)207.43º41.83%98.43%-
XYZ50.6255.7999.37-
YUV191.43161.6295.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.33%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 251 (98.44% from 255) = 41.83%
R=24.33%
G=33.83%
B=41.83%

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
Decimal1462032510.420.1900.02207.4392.9277.84
Hex92CBFB2A1302cf5d4e
Octal222313373522302317135116
Binary100100101100101111111011101010100110101100111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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