#92BEFD

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

Shades of Light Sky Blue #92BEFD

Tints of Light Sky Blue #92BEFD

Color information

#92BEFD (or 0x92BEFD) is unknown color: approx Light Sky Blue. HEX triplet: 92, BE and FD. RGB value is (146,190,253). Sum of RGB (Red+Green+Blue) = 146+190+253=589 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.79% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #92BEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BEFD is #6D4102. Grayscale: #B7B7B7. Windows color (decimal): -7160067 or 16629394. OLE color: 16629394.

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

Color convert

RGB146190253-
CMYK0.420.2500.01
HSL215.33º96.4%78.24%-
HSV(B)215.33º42.29%99.22%-
XYZ4850.03100.06-
YUV184.03166.92100.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.79%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=24.79%
G=32.26%
B=42.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1461902530.420.2500.01215.3396.478.24
Hex92BEFD2A1901d7604e
Octal222276375523101327140116
Binary10010010101111101111110110101011001011101011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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