#92C9FC

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

Shades of Light Sky Blue #92C9FC

Tints of Light Sky Blue #92C9FC

Color information

#92C9FC (or 0x92C9FC) is unknown color: approx Light Sky Blue. HEX triplet: 92, C9 and FC. RGB value is (146,201,252). Sum of RGB (Red+Green+Blue) = 146+201+252=599 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.37% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #92C9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C9FC is #6D3603. Grayscale: #BEBEBE. Windows color (decimal): -7157252 or 16566674. OLE color: 16566674.

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

Color convert

RGB146201252-
CMYK0.420.2000.01
HSL208.87º94.64%78.04%-
HSV(B)208.87º42.06%98.82%-
XYZ50.3154.91100.04-
YUV190.37162.7896.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.37%
GREEN value IS 201 (78.91% from 255) = 33.56%
BLUE value IS 252 (98.83% from 255) = 42.07%
R=24.37%
G=33.56%
B=42.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1462012520.420.2000.01208.8794.6478.04
Hex92C9FC2A1401d15f4e
Octal222311374522401321137116
Binary10010010110010011111110010101010100011101000110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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