#92ECFE

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

Shades of Columbia Blue #92ECFE

Tints of Columbia Blue #92ECFE

Color information

#92ECFE (or 0x92ECFE) is unknown color: approx Columbia Blue. HEX triplet: 92, EC and FE. RGB value is (146,236,254). Sum of RGB (Red+Green+Blue) = 146+236+254=636 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.96% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #92ECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92ECFE is #6D1301. Grayscale: #D2D2D2. Windows color (decimal): -7148290 or 16706706. OLE color: 16706706.

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

Color convert

RGB146236254-
CMYK0.430.0700.00
HSL190º98.18%78.43%-
HSV(B)190º42.52%99.61%-
XYZ59.7473.26104.76-
YUV211.14152.1881.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 22.96%
GREEN value IS 236 (92.58% from 255) = 37.11%
BLUE value IS 254 (99.61% from 255) = 39.94%
R=22.96%
G=37.11%
B=39.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1462362540.430.0700.0019098.1878.43
Hex92ECFE2B700be624e
Octal22235437653700276142116
Binary100100101110110011111110101011111001011111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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