#92C5FD

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

Shades of Light Sky Blue #92C5FD

Tints of Light Sky Blue #92C5FD

Color information

#92C5FD (or 0x92C5FD) is unknown color: approx Light Sky Blue. HEX triplet: 92, C5 and FD. RGB value is (146,197,253). Sum of RGB (Red+Green+Blue) = 146+197+253=596 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.50% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #92C5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C5FD is #6D3A02. Grayscale: #BBBBBB. Windows color (decimal): -7158275 or 16631186. OLE color: 16631186.

HSL color Cylindrical-coordinate representation of color #92C5FD: hue angle of 211.4º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92C5FD is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB146197253-
CMYK0.420.2200.01
HSL211.4º96.4%78.24%-
HSV(B)211.4º42.29%99.22%-
XYZ49.5553.14100.57-
YUV188.14164.697.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.50%
GREEN value IS 197 (77.34% from 255) = 33.05%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=24.50%
G=33.05%
B=42.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1461972530.420.2200.01211.496.478.24
Hex92C5FD2A1601d3604e
Octal222305375522601323140116
Binary10010010110001011111110110101010110011101001111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,197,253); }

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

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

 a { background-color: rgb(146,197,253); }

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

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

 span { border-color: rgb(146,197,253); }

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