#92cbff

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

Shades of Light Sky Blue #92CBFF

Tints of Light Sky Blue #92CBFF

Color information

#92CBFF (or 0x92CBFF) is unknown color: approx Light Sky Blue. HEX triplet: 92, CB and FF. RGB value is (146,203,255). Sum of RGB (Red+Green+Blue) = 146+203+255=604 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.17% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #92CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CBFF is #6D3400. Grayscale: #BFBFBF. Windows color (decimal): -7156737 or 16763794. OLE color: 16763794.

HSL color Cylindrical-coordinate representation of color #92CBFF: hue angle of 208.62º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92CBFF is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB146203255-
CMYK0.430.2000
HSL208.62º100%78.63%-
HSV(B)208.62º42.75%100%-
XYZ51.2656.04102.72-
YUV191.88163.6295.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.17%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 255 (100% from 255) = 42.22%
R=24.17%
G=33.61%
B=42.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1462032550.430.2000208.6210078.63
Hex92CBFF2B1400d1644f
Octal222313377532400321144117
Binary10010010110010111111111110101110100001101000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92cbff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,203,255); }

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

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

 a { background-color: rgb(146,203,255); }

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

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

 span { border-color: rgb(146,203,255); }

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