#92CEFF

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

Shades of Light Sky Blue #92CEFF

Tints of Light Sky Blue #92CEFF

Color information

#92CEFF (or 0x92CEFF) is unknown color: approx Light Sky Blue. HEX triplet: 92, CE and FF. RGB value is (146,206,255). Sum of RGB (Red+Green+Blue) = 146+206+255=607 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.05% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #92CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CEFF is #6D3100. Grayscale: #C1C1C1. Windows color (decimal): -7155969 or 16764562. OLE color: 16764562.

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

Color convert

RGB146206255-
CMYK0.430.1900
HSL206.97º100%78.63%-
HSV(B)206.97º42.75%100%-
XYZ51.9857.47102.96-
YUV193.65162.6294.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.05%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 255 (100% from 255) = 42.01%
R=24.05%
G=33.94%
B=42.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1462062550.430.1900206.9710078.63
Hex92CEFF2B1300cf644f
Octal222316377532300317144117
Binary10010010110011101111111110101110011001100111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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