#92BFFD

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

Shades of Light Sky Blue #92BFFD

Tints of Light Sky Blue #92BFFD

Color information

#92BFFD (or 0x92BFFD) is unknown color: approx Light Sky Blue. HEX triplet: 92, BF and FD. RGB value is (146,191,253). Sum of RGB (Red+Green+Blue) = 146+191+253=590 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.75% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #92BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BFFD is #6D4002. Grayscale: #B8B8B8. Windows color (decimal): -7159811 or 16629650. OLE color: 16629650.

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

Color convert

RGB146191253-
CMYK0.420.2500.01
HSL214.77º96.4%78.24%-
HSV(B)214.77º42.29%99.22%-
XYZ48.2150.46100.13-
YUV184.61166.59100.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.75%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=24.75%
G=32.37%
B=42.88%

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
Decimal1461912530.420.2500.01214.7796.478.24
Hex92BFFD2A1901d7604e
Octal222277375523101327140116
Binary10010010101111111111110110101011001011101011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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