#92CCFF

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

Shades of Light Sky Blue #92CCFF

Tints of Light Sky Blue #92CCFF

Color information

#92CCFF (or 0x92CCFF) is unknown color: approx Light Sky Blue. HEX triplet: 92, CC and FF. RGB value is (146,204,255). Sum of RGB (Red+Green+Blue) = 146+204+255=605 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.13% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #92CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CCFF is #6D3300. Grayscale: #C0C0C0. Windows color (decimal): -7156481 or 16764050. OLE color: 16764050.

HSL color Cylindrical-coordinate representation of color #92CCFF: hue angle of 208.07º 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 #92CCFF is Cyan = 0.43, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB146204255-
CMYK0.430.200
HSL208.07º100%78.63%-
HSV(B)208.07º42.75%100%-
XYZ51.556.52102.8-
YUV192.47163.2894.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.13%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 255 (100% from 255) = 42.15%
R=24.13%
G=33.72%
B=42.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1462042550.430.200208.0710078.63
Hex92CCFF2B1400d0644f
Octal222314377532400320144117
Binary10010010110011001111111110101110100001101000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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