#92EDFE

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

Shades of Columbia Blue #92EDFE

Tints of Columbia Blue #92EDFE

Color information

#92EDFE (or 0x92EDFE) is unknown color: approx Columbia Blue. HEX triplet: 92, ED and FE. RGB value is (146,237,254). Sum of RGB (Red+Green+Blue) = 146+237+254=637 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.92% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #92EDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EDFE is #6D1201. Grayscale: #D3D3D3. Windows color (decimal): -7148034 or 16706962. OLE color: 16706962.

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

Color convert

RGB146237254-
CMYK0.430.0700.00
HSL189.44º98.18%78.43%-
HSV(B)189.44º42.52%99.61%-
XYZ60.0373.84104.85-
YUV211.73151.8581.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 22.92%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=22.92%
G=37.21%
B=39.87%

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
Decimal1462372540.430.0700.00189.4498.1878.43
Hex92EDFE2B700bd624e
Octal22235537653700275142116
Binary100100101110110111111110101011111001011110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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