#92E6FE

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

Shades of Columbia Blue #92E6FE

Tints of Columbia Blue #92E6FE

Color information

#92E6FE (or 0x92E6FE) is unknown color: approx Columbia Blue. HEX triplet: 92, E6 and FE. RGB value is (146,230,254). Sum of RGB (Red+Green+Blue) = 146+230+254=630 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.17% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #92E6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92E6FE is #6D1901. Grayscale: #CFCFCF. Windows color (decimal): -7149826 or 16705170. OLE color: 16705170.

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

Color convert

RGB146230254-
CMYK0.430.0900.00
HSL193.33º98.18%78.43%-
HSV(B)193.33º42.52%99.61%-
XYZ58.0469.86104.19-
YUV207.62154.1784.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.17%
GREEN value IS 230 (90.23% from 255) = 36.51%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=23.17%
G=36.51%
B=40.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1462302540.430.0900.00193.3398.1878.43
Hex92E6FE2B900c1624e
Octal222346376531100301142116
Binary1001001011100110111111101010111001001100000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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