#92CAFE

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

Shades of Light Sky Blue #92CAFE

Tints of Light Sky Blue #92CAFE

Color information

#92CAFE (or 0x92CAFE) is unknown color: approx Light Sky Blue. HEX triplet: 92, CA and FE. RGB value is (146,202,254). Sum of RGB (Red+Green+Blue) = 146+202+254=602 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.25% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #92CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CAFE is #6D3501. Grayscale: #BEBEBE. Windows color (decimal): -7156994 or 16698002. OLE color: 16698002.

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

Color convert

RGB146202254-
CMYK0.430.2000.00
HSL208.89º98.18%78.43%-
HSV(B)208.89º42.52%99.61%-
XYZ50.8655.51101.8-
YUV191.18163.4595.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.25%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=24.25%
G=33.55%
B=42.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1462022540.430.2000.00208.8998.1878.43
Hex92CAFE2B1400d1624e
Octal222312376532400321142116
Binary10010010110010101111111010101110100001101000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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