#92CFFE

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

Shades of Light Sky Blue #92CFFE

Tints of Light Sky Blue #92CFFE

Color information

#92CFFE (or 0x92CFFE) is unknown color: approx Light Sky Blue. HEX triplet: 92, CF and FE. RGB value is (146,207,254). Sum of RGB (Red+Green+Blue) = 146+207+254=607 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.05% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #92CFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CFFE is #6D3001. Grayscale: #C1C1C1. Windows color (decimal): -7155714 or 16699282. OLE color: 16699282.

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

Color convert

RGB146207254-
CMYK0.430.1900.00
HSL206.11º98.18%78.43%-
HSV(B)206.11º42.52%99.61%-
XYZ52.0657.89102.2-
YUV194.12161.7993.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.05%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=24.05%
G=34.10%
B=41.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1462072540.430.1900.00206.1198.1878.43
Hex92CFFE2B1300ce624e
Octal222317376532300316142116
Binary10010010110011111111111010101110011001100111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,207,254); }

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

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

 a { background-color: rgb(146,207,254); }

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

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

 span { border-color: rgb(146,207,254); }

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