#92C9FD

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

Shades of Light Sky Blue #92C9FD

Tints of Light Sky Blue #92C9FD

Color information

#92C9FD (or 0x92C9FD) is unknown color: approx Light Sky Blue. HEX triplet: 92, C9 and FD. RGB value is (146,201,253). Sum of RGB (Red+Green+Blue) = 146+201+253=600 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.33% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #92C9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C9FD is #6D3602. Grayscale: #BEBEBE. Windows color (decimal): -7157251 or 16632210. OLE color: 16632210.

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

Color convert

RGB146201253-
CMYK0.420.2100.01
HSL209.16º96.4%78.24%-
HSV(B)209.16º42.29%99.22%-
XYZ50.4754.98100.88-
YUV190.48163.2896.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.33%
GREEN value IS 201 (78.91% from 255) = 33.5%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=24.33%
G=33.5%
B=42.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1462012530.420.2100.01209.1696.478.24
Hex92C9FD2A1501d1604e
Octal222311375522501321140116
Binary10010010110010011111110110101010101011101000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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