#92CAFB

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

Shades of Light Sky Blue #92CAFB

Tints of Light Sky Blue #92CAFB

Color information

#92CAFB (or 0x92CAFB) is unknown color: approx Light Sky Blue. HEX triplet: 92, CA and FB. RGB value is (146,202,251). Sum of RGB (Red+Green+Blue) = 146+202+251=599 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.37% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #92CAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CAFB is #6D3504. Grayscale: #BEBEBE. Windows color (decimal): -7156997 or 16501394. OLE color: 16501394.

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

Color convert

RGB146202251-
CMYK0.420.2000.02
HSL208º92.92%77.84%-
HSV(B)208º41.83%98.43%-
XYZ50.3955.3299.29-
YUV190.84161.9596.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.37%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 251 (98.44% from 255) = 41.90%
R=24.37%
G=33.72%
B=41.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462022510.420.2000.0220892.9277.84
Hex92CAFB2A1402d05d4e
Octal222312373522402320135116
Binary100100101100101011111011101010101000101101000010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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